solv:: fixed incorrect alt

This commit is contained in:
Zeno Rogue 2019-07-30 13:04:47 +02:00
parent 148db6b84c
commit f07801f2b3
1 changed files with 2 additions and 1 deletions

View File

@ -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() {