From: Michael Wallner Date: Thu, 6 Apr 2006 10:38:58 +0000 (+0000) Subject: typo X-Git-Tag: RELEASE_1_0_0RC3~11 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=ee9ae56aaf1f9f0ddc95094a56f7331cb14bc0e4 typo --- diff --git a/http_info_api.c b/http_info_api.c index 95263b3..793acd1 100644 --- a/http_info_api.c +++ b/http_info_api.c @@ -60,7 +60,7 @@ inline char *php_memnstr(char *h, char *n, size_t n_len, char *e) { char *p; - if (e > h && b_len > 0) { + if (e > h && n_len > 0) { while (h != e) { if (*h == *n) { for (p = n; *p == h[p-n]; ++p) {