diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2003-08-28 19:17:34 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2003-08-28 19:17:34 +0000 |
commit | 9d9727aac55b3f395402b57b49907d60abef59fa (patch) | |
tree | 33986815125303685894bbd969aec22bde8f1551 /main | |
parent | 4f2e9bbc459dcc12449add12bfef91f70d398c21 (diff) | |
download | php-git-9d9727aac55b3f395402b57b49907d60abef59fa.tar.gz |
Fixed compiler warnings.
Diffstat (limited to 'main')
-rw-r--r-- | main/streams/cast.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/streams/cast.c b/main/streams/cast.c index 3d31f86433..56582176a3 100644 --- a/main/streams/cast.c +++ b/main/streams/cast.c @@ -266,7 +266,7 @@ exit_success: * know that they should try something else */ php_error_docref(NULL TSRMLS_CC, E_WARNING, - "%d bytes of buffered data lost during stream conversion!", + "%ld bytes of buffered data lost during stream conversion!", stream->writepos - stream->readpos); } |