]> git.sur5r.net Git - c128-kasse/commit
fix print_log() format string
authorMaik Fischer <maikf@qu.cx>
Wed, 1 Nov 2017 07:55:49 +0000 (08:55 +0100)
committerMaik Fischer <maikf@qu.cx>
Wed, 1 Nov 2017 14:20:13 +0000 (15:20 +0100)
commit402c43204aec8096d0ac676cea51b13a286db006
tree5bc4d6f90bfcca996bc5d2f542893959cedc3480
parent008aef8abc77da30afd8d3702882b381409f4dc1
fix print_log() format string

The previous code interpolated "sizeof(…)" as string, not as number
which overflowed the print_buffer, leading to program crashes.
include/general.h
src/credit_manager.c
src/itemz.c
src/kasse.c