Merge branch 'master' into netgen-1.5

This commit is contained in:
Tim Edwards
2020-12-21 03:00:30 -05:00
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
1.5.160
1.5.161
+2 -1
View File
@@ -2470,7 +2470,8 @@ void CopyProperties(struct objlist *obj_to, struct objlist *obj_from)
kvcur->value.ival = 0;
obj_to->instance.props = kvcopy;
obj_to->model.class = strsave(obj_from->model.class);
if (obj_from->model.class)
obj_to->model.class = strsave(obj_from->model.class);
}
}