SVN revision: 58923
This commit is contained in:
Carsten Haitzler 2011-04-26 08:45:21 +00:00
parent febfcd253d
commit 4af57920a8
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ escape_copy(const char *src, char *dst)
for (s = src, d = dst; *s; s++, d++)
{
// FIXME: escape tab, newline linefeed and friends
if ((*s == ' ') ||
(*s == '!') ||
(*s == '"') ||