[Debootloaders-devel] r37 - trunk/yaboot/lib
Aurélien GÉRÔME
ag-guest at costa.debian.org
Mon Jul 10 21:34:52 UTC 2006
Author: ag-guest
Date: 2006-07-10 21:34:51 +0000 (Mon, 10 Jul 2006)
New Revision: 37
Modified:
trunk/yaboot/lib/strstr.c
Log:
Add Andreas Jochens' patch to fix a FTBFS.
Modified: trunk/yaboot/lib/strstr.c
===================================================================
--- trunk/yaboot/lib/strstr.c 2006-07-10 21:30:12 UTC (rev 36)
+++ trunk/yaboot/lib/strstr.c 2006-07-10 21:34:51 UTC (rev 37)
@@ -76,7 +76,8 @@
a = *++haystack;
if (a == '\0')
goto ret0;
-shloop: }
+shloop: continue;
+ }
while (a != b);
jin: a = *++haystack;
More information about the Debootloaders-devel
mailing list