From 8307e2c3294f9732d4c84c06fe3a8a1b7d9d813f Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Wed, 14 May 2003 19:10:02 +0000 Subject: [PATCH] 4, not 3 :) --- main/streams.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/streams.c b/main/streams.c index 47c4d83276..8214545f9b 100755 --- a/main/streams.c +++ b/main/streams.c @@ -2222,7 +2222,7 @@ PHPAPI int _php_stream_cast(php_stream *stream, int castas, void **ret, int show if (show_err) { /* these names depend on the values of the PHP_STREAM_AS_XXX defines in php_streams.h */ - static const char *cast_names[3] = { + static const char *cast_names[4] = { "STDIO FILE*", "File Descriptor", "Socket Descriptor", "select()able descriptor" }; -- 2.50.1