chiark / gitweb /
Another uninitialised-variable fix, this one pointing out a real bug.
authorSimon Tatham <anakin@pobox.com>
Fri, 1 Jun 2012 18:41:23 +0000 (18:41 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 1 Jun 2012 18:41:23 +0000 (18:41 +0000)
commit9f87d6fda5f1880881ea14ab54802fcd5581a02c
tree136b8ab6a45b56e337435556e7a563ca57b26927
parentd7febe24f9e9b98424eacb9a1c7a542f95a360c3
Another uninitialised-variable fix, this one pointing out a real bug.
Simplest fix is to just remove the 'n' parameter from
solve_island_subgroup, replacing it with a robust island_countbridges.

[originally from svn r9547]
bridges.c