patch/patch-2.6.1-merge-sigbus.patch
Dennis Gilmore 5e47e3921e add patch to fix sigbus in merge code yes the %{sparc} macro, not sure we
really need to handle sparc different here
2010-03-10 18:00:04 +00:00

12 lines
254 B
Diff

--- patch-2.6.1/src/bestmatch.h.BAD 2010-03-10 17:55:53.000000000 +0000
+++ patch-2.6.1/src/bestmatch.h 2010-03-10 17:57:04.000000000 +0000
@@ -150,7 +150,7 @@
done:
if (py)
- *py = ymax;
+ *py = (signed int)ymax;
return c;
}