1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

dtscreen: Resolve a -Wformat-security warning.

This commit is contained in:
Peter Howkins 2012-11-16 15:29:50 +00:00
parent 43cfaeaa65
commit a67b65198d

View file

@ -732,7 +732,7 @@ CheckResources()
#ifdef MIT_R5
fprintf(stderr, "Unknown mode: ");
#else
fprintf(stderr, catgets(scmc_catd, 2, 7,
fprintf(stderr, "%s", catgets(scmc_catd, 2, 7,
"Unknown mode: "));
#endif
Syntax(mode);