Fix warnings int the lttv/sync directory
[lttv.git] / lttv / lttv / sync / sync_chain_lttv.c
index 95bef4418e4e8f1746e0f7dcb8c983a3217622ec..bb49bbd20b86c4a3484b660181d2731a382aa13e 100644 (file)
@@ -388,7 +388,7 @@ bool syncTraceset(LttvTracesetContext* const traceSetContext)
 
                if (fclose(syncState->graphsStream) != 0)
                {
-                       g_error(strerror(errno));
+                       g_error("%s", strerror(errno));
                }
        }
 
This page took 0.02313 seconds and 4 git commands to generate.