Fixed creation of state history class.
parent
cb387beb33
commit
ae9ec36325
|
@ -62,6 +62,8 @@ sthstry* sthstry_create() {
|
|||
result->num_registry_entries = 0;
|
||||
result->registry_locked = false;
|
||||
sthstry_resize_registry(result, 10);
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
void sthstry_destroy(sthstry* sh) {
|
||||
|
|
Loading…
Reference in New Issue