X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttv%2Flttv%2Fsync%2Fevent_analysis_chull.c;h=cc3aad52b4a3e8b2eabb98569f7e582154dd4270;hb=c798827d579b1da775fb481f9cb987c02a679db9;hp=d36022c94ec9e29484ff4c0a9b4b7ce27f1b96f7;hpb=3d5ba8e0f852c8f46b6b807ab71ffd4259e65bd7;p=lttv.git diff --git a/lttv/lttv/sync/event_analysis_chull.c b/lttv/lttv/sync/event_analysis_chull.c index d36022c9..cc3aad52 100644 --- a/lttv/lttv/sync/event_analysis_chull.c +++ b/lttv/lttv/sync/event_analysis_chull.c @@ -1677,14 +1677,14 @@ static AllFactors* finalizeAnalysisCHullLP(SyncState* const syncState) if ((fp= fopen(fileName, "w")) == NULL) { - g_error(strerror(errno)); + g_error("%s", strerror(errno)); } fprintf(fp, "#%-24s %-25s %-25s %-25s\n", "x", "middle", "min", "max"); retval= chdir(cwd); if (retval == -1) { - g_error(strerror(errno)); + g_error("%s", strerror(errno)); } free(cwd);