Don't embed `this'-style quotes in format strings.
authorJim Meyering <jim@meyering.net>
Thu, 16 Jun 2005 21:33:43 +0000 (21:33 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 16 Jun 2005 21:33:43 +0000 (21:33 +0000)
commit3787d01a51c110a513e9b6fafa6c5c641399f2ce
treec49427a07fa046ae09d5f9fcef4c8c6b1ffb0f7f
parent0441b743b0e89b12900f9085600846d2e5d0ceaf
Don't embed `this'-style quotes in format strings.

Rather than this: error (..., "...`%s'...", arg);
do this:          error (..., "...%s...", quote (arg));
src/csplit.c
src/date.c
src/hostname.c
src/join.c
src/ptx.c
src/seq.c
src/sort.c
src/split.c
src/tail.c