patch-2.3.39 linux/lib/string.c

Next file: linux/mm/memory.c
Previous file: linux/kernel/uid16.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.38/linux/lib/string.c linux/lib/string.c
@@ -369,7 +369,7 @@
 	const unsigned char *p = s;
 	while (n-- != 0) {
         	if ((unsigned char)c == *p++) {
-			return (void *)p-1;
+			return (void *)(p-1);
 		}
 	}
 	return NULL;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)