fixed newly introduced crash

This commit is contained in:
Thies C. Arntzen 2000-05-23 10:36:18 +00:00
parent 49b2166e1a
commit cf1d0f1844

View file

@ -1089,7 +1089,7 @@ static void php_build_argv(char *s, zval *track_vars_array ELS_DC PLS_DC)
INIT_PZVAL(arr);
/* Prepare argv */
if(*s) {
if (s && *s) {
ss = s;
while (ss) {
space = strchr(ss, '+');