mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dtscreen: Resolve a -Wformat-security warning.
This commit is contained in:
parent
43cfaeaa65
commit
a67b65198d
1 changed files with 1 additions and 1 deletions
|
@ -732,7 +732,7 @@ CheckResources()
|
||||||
#ifdef MIT_R5
|
#ifdef MIT_R5
|
||||||
fprintf(stderr, "Unknown mode: ");
|
fprintf(stderr, "Unknown mode: ");
|
||||||
#else
|
#else
|
||||||
fprintf(stderr, catgets(scmc_catd, 2, 7,
|
fprintf(stderr, "%s", catgets(scmc_catd, 2, 7,
|
||||||
"Unknown mode: "));
|
"Unknown mode: "));
|
||||||
#endif
|
#endif
|
||||||
Syntax(mode);
|
Syntax(mode);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue