aboutsummaryrefslogtreecommitdiff
path: root/net.c
diff options
context:
space:
mode:
Diffstat (limited to 'net.c')
-rw-r--r--net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net.c b/net.c
index e0464e6..e4cc979 100644
--- a/net.c
+++ b/net.c
@@ -547,7 +547,7 @@ static int net_solver(int w, int h, unsigned char *tiles,
* classes) by finding the representative of each tile and
* setting equivalence[one]=the_other.
*/
- equivalence = snew_dsf(w * h);
+ equivalence = dsf_new(w * h);
/*
* On a non-wrapping grid, we instantly know that all the edges