From f07801f2b30604369f51cdb599806d0c1e318e52 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 30 Jul 2019 13:04:47 +0200 Subject: [PATCH] solv:: fixed incorrect alt --- sol.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sol.cpp b/sol.cpp index 23f819ad..a084c32e 100644 --- a/sol.cpp +++ b/sol.cpp @@ -180,7 +180,8 @@ namespace solv { h->emeraldval = y->emeraldval; h->fieldval = 0; h->cdata = NULL; - return h; + h->alt = NULL; + return h; } hrmap_sol() {