mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
GncOptionDateValue set_value_from_scm: 'else' required.
This commit is contained in:
parent
d9984f75ab
commit
4a305998e4
@ -652,6 +652,7 @@ wrap_unique_ptr(GncOptionDBPtr, GncOptionDB);
|
||||
option.set_value(scm_to_int64(scm_cdr(new_value)));
|
||||
}
|
||||
}
|
||||
else
|
||||
option.set_value(scm_to_int64(new_value));
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user