Fix format string warnings
[lttv.git] / lttv / lttv / sync / sync_chain_unittest.c
index 40302a0e41183e6dfc20d4c138714763386cfa36..276c71ce2d4b80396016a3f402cfcd29f44e76a5 100644 (file)
@@ -256,7 +256,7 @@ int main(const int argc, char* const argv[])
 
                if (fclose(syncState->graphsStream) != 0)
                {
-                       g_error(strerror(errno));
+                       g_error("%s", strerror(errno));
                }
        }
 
This page took 0.023385 seconds and 4 git commands to generate.