Rather than this: error (..., "...`%s'...", arg);
authorJim Meyering <jim@meyering.net>
Thu, 16 Jun 2005 21:28:41 +0000 (21:28 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 16 Jun 2005 21:28:41 +0000 (21:28 +0000)
commit0441b743b0e89b12900f9085600846d2e5d0ceaf
treeadcf7d04a78c94c027f57bba59bad23902fc54c8
parente50dc3f9fbb3b86bccefedc6712f0d711d6bf2ad
Rather than this: error (..., "...`%s'...", arg);
do this:          error (..., "...%s...", quote (arg));
src/tr.c