Fix a compile warning for bdiff
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Fix a compile warning for bdiff
manifest hash: 263a8d670a4960f57b6738d41b40626efe1d90d5
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD4DBQFCubyMywK+sNU5EO8RAvw5AJ4usI49PlchNMgytp29Fajf+6aGfgCY/7YV
PBZf1pfbBH3nO0gEi33CNg==
=cw8/
-----END PGP SIGNATURE-----
--- a/mercurial/bdiff.c Wed Jun 22 11:30:14 2005 -0800
+++ b/mercurial/bdiff.c Wed Jun 22 11:31:24 2005 -0800
@@ -239,7 +239,7 @@
static PyObject *blocks(PyObject *self, PyObject *args)
{
- PyObject *sa, *sb, *rl, *m;
+ PyObject *sa, *sb, *rl = NULL, *m;
struct line *a, *b;
struct hunklist l;
struct hunk *h;