mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix failure to load SX formulas, probably among other things.
Removing KVP_TYPE_BINARY from the enum shifted the values of KVP_TYPE_GLIST and KVP_TYPE_FRAME, which made previously-stored values inaccessible. Insert a placeholder to restore them to their original values.
This commit is contained in:
parent
c569822897
commit
7e288d0446
@ -99,6 +99,7 @@ typedef enum
|
||||
KVP_TYPE_STRING, /**< QOF_TYPE_STRING gchar* */
|
||||
KVP_TYPE_GUID, /**< QOF_TYPE_GUID */
|
||||
KVP_TYPE_TIMESPEC, /**< QOF_TYPE_DATE */
|
||||
KVP_TYPE_PLACEHOLDER_DONT_USE, /* Replaces KVP_TYPE_BINARY */
|
||||
KVP_TYPE_GLIST, /**< no QOF equivalent. */
|
||||
KVP_TYPE_FRAME /**< no QOF equivalent. */
|
||||
, KVP_TYPE_GDATE /**< no QOF equivalent. */
|
||||
|
Loading…
Reference in New Issue
Block a user