1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 10:03:18 +02:00

One more place.

This commit is contained in:
Andrei Zmievski
2000-06-10 19:44:34 +00:00
parent 43793b94f7
commit f20194149f

View File

@@ -739,6 +739,7 @@ char *php_pcre_replace(char *regex, int regex_len,
/* stick that last bit of string on our output */
memcpy(&result[*result_len], piece, subject_len - start_offset);
*result_len += subject_len - start_offset;
result[*result_len] = '\0';
break;
}
}