]> git.sur5r.net Git - c128-kasse/commit
Do not crash when format_euro() fails
authorJakob Haufe <sur5r@sur5r.net>
Sat, 4 Nov 2017 22:39:13 +0000 (23:39 +0100)
committerJakob Haufe <sur5r@sur5r.net>
Sat, 4 Nov 2017 22:39:13 +0000 (23:39 +0100)
commit3a0ee7dce566ac289c19d31bd3837ee1535dcf2b
tree58cd370a6b062c21808c418dc70f06ae08bd4adc
parent1a14849a9400797666ebe0dc5b7137d515fc99f0
Do not crash when format_euro() fails

While it's sad format_euro fails here, it is not fatal. Calling exit
makes us loose data, which is worse. Don't do this.
src/kasse.c