Solange man ' nicht zum quoten benutzen kann, sollte das auch nicht aus
Strings entfernt werden...
This commit is contained in:
Enno Rehling 2004-07-03 20:22:12 +00:00
parent b9d7bf3514
commit 18f8194120
1 changed files with 1 additions and 1 deletions

View File

@ -1353,7 +1353,7 @@ parse_token(const char ** str)
} else if (isspace(*ctoken)) {
if (quotechar==0) break;
*cursor++ = *ctoken++;
} else if (*ctoken=='"' || *ctoken=='\'') {
} else if (*ctoken=='"') {
if (*ctoken==quotechar) {
++ctoken;
break;