Convert "`%s'" in format strings to "%s", and wrap each
authorJim Meyering <jim@meyering.net>
Sat, 15 Jul 2000 10:11:47 +0000 (10:11 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 15 Jul 2000 10:11:47 +0000 (10:11 +0000)
commitf78d8fcd6645d1ff96239989cb81ab99a242bb35
tree73464fbece4f7f2a1c8596073aaf4e753047fd6a
parent7f8c02a4fbfb5134a6e2e432371849a8edc44a0a
Convert "`%s'" in format strings to "%s", and wrap each
corresponding argument in a `quote (...)' call -- if there's only one.
If there are more than one, then use `quote_n (0, ...),
quote_n (1, ...), ...'.
src/copy.c