i965: Don't calculate masks of used FS inputs
[mesa.git] / src / mesa / math / m_debug_norm.c
index 710bad14dd14cbadab1c0be6216172f23178857b..02eb1f989f6d0afe2d91470f0d7c9da5793d1960 100644 (file)
@@ -362,7 +362,7 @@ void _math_test_all_normal_transform_functions( char *description )
         char buf[100];
         sprintf( buf, "_mesa_normal_tab[0][%s] failed test (%s)",
                  norm_strings[mtype], description );
-        _mesa_problem( NULL, buf );
+        _mesa_problem( NULL, "%s", buf );
       }
 
 #ifdef RUN_DEBUG_BENCHMARK