gui: fixed crash when entering data for user defined currency variable
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Sun, 3 Jun 2018 21:24:54 +0000 (23:24 +0200)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Sun, 3 Jun 2018 21:24:54 +0000 (23:24 +0200)
commit5a93cdb04472d819f60ac49e3bf1e6b88298769a
treef75995264cd1cfc7df5ba42b8cfc37bddc11a1dd
parent7697e4bd26dea0968b285b577d409f7ee081d73c
gui: fixed crash when entering data for user defined currency variable

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.
src/data/data-in.c