diff options
author | Uwe Steinmann <steinm@php.net> | 1999-12-07 10:49:19 +0000 |
---|---|---|
committer | Uwe Steinmann <steinm@php.net> | 1999-12-07 10:49:19 +0000 |
commit | 512c641794e1b6f5895cfdf80b4907e693ab5398 (patch) | |
tree | afeb0b9918e8987be049dd2b18dbb182982c8a8f /ext/hyperwave/hw.c | |
parent | 5cdb16ad0970be48b20fc44ee90c68560d134427 (diff) | |
download | php-git-512c641794e1b6f5895cfdf80b4907e693ab5398.tar.gz |
- Several small corrections, typos, ...
Diffstat (limited to 'ext/hyperwave/hw.c')
-rw-r--r-- | ext/hyperwave/hw.c | 2 |
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; } |