[PATCH] Fix missing space in previous commit

From: Date: Fri, 16 Jan 2015 09:24:49 +0000
Subject: [PATCH] Fix missing space in previous commit
References: 1  Groups: php.internals 
Request: Send a blank email to [email protected] to get a copy of this message
---
 main/spprintf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/spprintf.c b/main/spprintf.c
index ba12868..5f50d8a 100644
--- a/main/spprintf.c
+++ b/main/spprintf.c
@@ -845,7 +845,7 @@ PHPAPI size_t vspprintf(char **pbuf, size_t max_len, const char *format, va_list
 	 * Test 'pbuf'(also known as 'error') against NULL,
 	 * since it is called multiple places without
 	 * checking against NULL, causing null pointer
-	 *dereferences.
+	 * dereferences.
 	 */
 	if(!pbuf) {
 		return 0;
-- 
1.9.1



Thread (1 message)

  • Joshua Rogers
« previous php.internals (#80629) next »