mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
libDtSearch: resolve -Wformat-secuirty warning
This commit is contained in:
parent
8479d150e2
commit
3911acddf6
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ void print_dbrec (char *dbname, struct or_dbrec * dbrec)
|
||||||
"Maximum object key size (sizeof(objkey)) is %ld bytes.\n"),
|
"Maximum object key size (sizeof(objkey)) is %ld bytes.\n"),
|
||||||
DtSrMAX_DB_KEYSIZE);
|
DtSrMAX_DB_KEYSIZE);
|
||||||
if (ORD_USEHUGEKEYS & dbrec->or_dbflags)
|
if (ORD_USEHUGEKEYS & dbrec->or_dbflags)
|
||||||
printf (catgets (dtsearch_catd, MS_dbrec, 4,
|
printf ("%s", catgets (dtsearch_catd, MS_dbrec, 4,
|
||||||
"Optional 'Huge' keys enabled.\n"));
|
"Optional 'Huge' keys enabled.\n"));
|
||||||
|
|
||||||
printf (catgets (dtsearch_catd, MS_dbrec, 12,
|
printf (catgets (dtsearch_catd, MS_dbrec, 12,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue