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:
1b09372
)
-typo
author
Michael Wallner
<mike@php.net>
Fri, 26 Aug 2005 07:19:23 +0000
(07:19 +0000)
committer
Michael Wallner
<mike@php.net>
Fri, 26 Aug 2005 07:19:23 +0000
(07:19 +0000)
php_http_cache_api.h
patch
|
blob
|
history
diff --git
a/php_http_cache_api.h
b/php_http_cache_api.h
index b8120891239810c9136b9c2e79c308f17b25e311..f92e30aac7c13075341afe95b59eb3a9fdaf8441 100644
(file)
--- a/
php_http_cache_api.h
+++ b/
php_http_cache_api.h
@@
-87,7
+87,7
@@
static inline void *_http_etag_init(TSRMLS_D)
#ifdef HAVE_LIBMHASH
default:
if ((mode < 0) || ((ulong)mode > mhash_count()) || (!(ctx = mhash_init(mode)))) {
- http_error_ex(HE_ERROR, HE_RUNTIME, "Invalid ETag mode: %ld", mode);
+ http_error_ex(HE_ERROR, H
TTP_
E_RUNTIME, "Invalid ETag mode: %ld", mode);
}
break;
#endif