]> granicus.if.org Git - php/commitdiff
macro definition fixed, guess it was the usual kind of cut&past bug?
authorHartmut Holzgraefe <hholzgra@php.net>
Tue, 11 Jun 2002 09:36:48 +0000 (09:36 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Tue, 11 Jun 2002 09:36:48 +0000 (09:36 +0000)
main/php_streams.h

index e46dc5db3551c1330a9d08505f1424ed601c7060..d50b8135c4423d2892d2ce86f3728391d73c4c91 100755 (executable)
@@ -265,7 +265,7 @@ PHPAPI int _php_stream_stat(php_stream *stream, php_stream_statbuf *ssb TSRMLS_D
 #define php_stream_stat(stream, ssb)   _php_stream_stat((stream), (ssb) TSRMLS_CC)
 
 PHPAPI int _php_stream_stat_path(char *path, php_stream_statbuf *ssb TSRMLS_DC);
-#define php_stream_stat_path(path, ssb)        _php_stream_stat((path), (ssb) TSRMLS_CC)
+#define php_stream_stat_path(path, ssb)        _php_stream_stat_path((path), (ssb) TSRMLS_CC)
 
 PHPAPI php_stream *_php_stream_opendir(char *path, int options, php_stream_context *context STREAMS_DC TSRMLS_DC);
 #define php_stream_opendir(path, options, context)     _php_stream_opendir((path), (options), (context) STREAMS_CC TSRMLS_CC)