projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
fe073d5
)
typo
author
Michael Wallner
<mike@php.net>
Thu, 6 Apr 2006 10:38:58 +0000
(10:38 +0000)
committer
Michael Wallner
<mike@php.net>
Thu, 6 Apr 2006 10:38:58 +0000
(10:38 +0000)
http_info_api.c
patch
|
blob
|
history
diff --git
a/http_info_api.c
b/http_info_api.c
index 95263b3bb17bc4809f7d2c05d4c7e632e5dd9885..793acd11be56a941d88cc4a669c88726ef502695 100644
(file)
--- 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) {