13 lines
374 B
Diff
13 lines
374 B
Diff
|
diff -Nru yaboot-1.3.13.orig/lib/strstr.c yaboot-1.3.13/lib/strstr.c
|
||
|
--- yaboot-1.3.13.orig/lib/strstr.c 2005-08-21 11:49:49.000000000 +0200
|
||
|
+++ yaboot-1.3.13/lib/strstr.c 2005-08-21 11:49:59.000000000 +0200
|
||
|
@@ -76,7 +76,7 @@
|
||
|
a = *++haystack;
|
||
|
if (a == '\0')
|
||
|
goto ret0;
|
||
|
-shloop: }
|
||
|
+shloop: ; }
|
||
|
while (a != b);
|
||
|
|
||
|
jin: a = *++haystack;
|