fixes from rob browning

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1127 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-09-09 06:16:21 +00:00
parent 29ce8cce88
commit 76fae032fd

View File

@ -45,6 +45,7 @@
#define SET(cell,str) { \ #define SET(cell,str) { \
if ((cell)->value) free ((cell)->value); \ if ((cell)->value) free ((cell)->value); \
(cell)->value = strdup (str); \ (cell)->value = strdup (str); \
(cell)->changed = 0xffffffff; \
} }
typedef struct _PopBox { typedef struct _PopBox {