diff options
author | Jim Meyering <jim@meyering.net> | 2005-06-16 21:44:25 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-06-16 21:44:25 +0000 |
commit | c95fdb837288fd304217de84b319cabb8dffadbb (patch) | |
tree | 16a30c3412de7598bf52375685ec57d6e810ad92 /Makefile.cfg | |
parent | f682977c0cce43713d0e4a112fc3dbb4fa58d013 (diff) | |
download | coreutils-c95fdb837288fd304217de84b319cabb8dffadbb.tar.xz |
Don't embed `this'-style quotes in format strings.
Include "quote.h".
Rather than this: error (..., "...`%s'...", arg);
do this: error (..., "...%s...", quote (arg));
Diffstat (limited to 'Makefile.cfg')
0 files changed, 0 insertions, 0 deletions