summaryrefslogtreecommitdiff
path: root/ext/hyperwave/hw.c
diff options
context:
space:
mode:
authorUwe Steinmann <steinm@php.net>1999-12-07 10:49:19 +0000
committerUwe Steinmann <steinm@php.net>1999-12-07 10:49:19 +0000
commit512c641794e1b6f5895cfdf80b4907e693ab5398 (patch)
treeafeb0b9918e8987be049dd2b18dbb182982c8a8f /ext/hyperwave/hw.c
parent5cdb16ad0970be48b20fc44ee90c68560d134427 (diff)
downloadphp-git-512c641794e1b6f5895cfdf80b4907e693ab5398.tar.gz
- Several small corrections, typos, ...
Diffstat (limited to 'ext/hyperwave/hw.c')
-rw-r--r--ext/hyperwave/hw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/hyperwave/hw.c b/ext/hyperwave/hw.c
index a40b7b45b2..80a37b61d8 100644
--- a/ext/hyperwave/hw.c
+++ b/ext/hyperwave/hw.c
@@ -1317,7 +1317,7 @@ PHP_FUNCTION(hw_getobject) {
link=argv[0]->value.lval;
ptr = php3_list_find(link,&type);
if(!ptr || (type!=HwSG(le_socketp) && type!=HwSG(le_psocketp))) {
- php_error(E_WARNING,"Unable to find file identifier %d",id);
+ php_error(E_WARNING,"Unable to find file identifier %d", link);
RETURN_FALSE;
}