Rather than this: error (..., "...`%s'...", arg);
authorJim Meyering <jim@meyering.net>
Thu, 16 Jun 2005 21:28:12 +0000 (21:28 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 16 Jun 2005 21:28:12 +0000 (21:28 +0000)
commite50dc3f9fbb3b86bccefedc6712f0d711d6bf2ad
treee0f0222d801c0eb9704d547a87d7d8734086fdd6
parenta5c9e15482a54c0bb7d3bc0404c23c28ef8670ee
Rather than this: error (..., "...`%s'...", arg);
do this:          error (..., "...%s...", quote (arg));
src/od.c