From 17df3ec21b22a5f4cf15c47ca55f87e492ae24ae Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Wed, 26 May 2004 06:53:04 +0000 Subject: - Fixed bug #28523 (Typo in ext/sockets/sockets.c) --- ext/sockets/sockets.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/sockets/sockets.c') diff --git a/ext/sockets/sockets.c b/ext/sockets/sockets.c index 04f1b36f16..4aeaeecf9d 100644 --- a/ext/sockets/sockets.c +++ b/ext/sockets/sockets.c @@ -322,7 +322,7 @@ static char *php_strerror(int error TSRMLS_DC) buf = hstrerror(error); #else { - spprintf(&(SOCKETS_G(strerror_buf), "Host lookup error %d", error); + spprintf(&(SOCKETS_G(strerror_buf)), "Host lookup error %d", error); buf = SOCKETS_G(strerror_buf); } #endif -- cgit v1.2.1