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:
parent
43cfaeaa65
commit
a67b65198d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue