libtt: Resolve all remaining format-security warnings.

This commit is contained in:
Peter Howkins
2012-08-26 22:19:27 +01:00
parent 8c8a5380ca
commit 8479d150e2
7 changed files with 21 additions and 21 deletions

View File

@@ -466,7 +466,7 @@ usage(FILE *fs) const
" %s -h\n"),
(char *)_prog_name, (char *)_prog_name, (char *)_prog_name,
(char *)_prog_name );
fprintf( fs,
fprintf( fs, "%s",
catgets(_ttcatd, 8, 14,
"\t-L do not perform a cp(1)\n"
"\t-v print the version number and quit\n"

View File

@@ -382,7 +382,7 @@ usage(FILE *fs) const
" %s -h\n"),
(char *)_prog_name, (char *)_prog_name, (char *)_prog_name,
(char *)_prog_name );
fprintf( fs,
fprintf( fs, "%s",
catgets(_ttcatd, 8, 6,
"\t-L do not perform a mv(1)\n"
"\t-v print the version number and quit\n"