summaryrefslogtreecommitdiff
blob: 57964d8a911c7d7337ceb81f6ea3004cf495ec1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- ./lib/strstr.c.orig	2004-05-12 16:16:44.249220125 +0000
+++ ./lib/strstr.c	2004-05-12 16:14:47.245465904 +0000
@@ -76,7 +76,9 @@
 	      a = *++haystack;
 	      if (a == '\0')
 		goto ret0;
-shloop:	    }
+shloop:	    
+		a = a;
+	}
           while (a != b);
 
 jin:	  a = *++haystack;