+2008-03-18 John Darrington <john@darrington.wattle.id.au>
+
+ * data-in.c: If category is custom currency, then use
+ numeric format for input.
+
2008-03-06 Ben Pfaff <blp@gnu.org>
* dictionary.c (var_name_is_insertable): New function.
int save_errno;
char *tail;
- assert (fmt_get_category (i->format) != FMT_CAT_CUSTOM);
+ if (fmt_get_category (i->format) == FMT_CAT_CUSTOM)
+ {
+ style = settings_get_style (FMT_F);
+ }
/* Trim spaces and check for missing value representation. */
if (trim_spaces_and_check_missing (i))