psppire crashed when data is entered for a variable of type
user defined currency. The bug description is:
https://savannah.gnu.org/bugs/index.php?54036
which was first reported by Larissa Setzer. The reason was
that currency format was not handled as number. This patch
fixes this bug.
}
cat = fmt_get_category (format);
- if (cat & (FMT_CAT_BASIC | FMT_CAT_HEXADECIMAL
+ if (cat & (FMT_CAT_BASIC | FMT_CAT_HEXADECIMAL | FMT_CAT_CUSTOM
| FMT_CAT_DATE | FMT_CAT_TIME | FMT_CAT_DATE_COMPONENT))
{
/* We're going to parse these into numbers. For this purpose we want to