From ee9ae56aaf1f9f0ddc95094a56f7331cb14bc0e4 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 6 Apr 2006 10:38:58 +0000 Subject: [PATCH] typo --- http_info_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.30.2