1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 18:53:33 +02:00

- Stay always in buffer

This commit is contained in:
Stefan Esser
2002-06-07 08:00:12 +00:00
parent 1dac8c275b
commit 5956656864
+3 -1
View File
@@ -413,7 +413,9 @@ static char *php_ap_getword(char **line, char stop)
++pos;
}
}
++pos;
if (*pos) {
++pos;
}
} else ++pos;
}