]> git.sur5r.net Git - c128-kasse/commitdiff
Initialize memory
authorsECuRE <sECuRE@af93e077-1a23-4f1e-9cbe-9382a9d578f5>
Sat, 29 Nov 2008 13:44:31 +0000 (13:44 +0000)
committersECuRE <sECuRE@af93e077-1a23-4f1e-9cbe-9382a9d578f5>
Sat, 29 Nov 2008 13:44:31 +0000 (13:44 +0000)
git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@86 af93e077-1a23-4f1e-9cbe-9382a9d578f5

src/kasse.c

index 54023e84551ddea6a1512fe73a70d761200bf724..91b4a4a7d832498ce899444282c18f6cf536ffc4 100644 (file)
@@ -238,7 +238,7 @@ void buy_custom() {
        BYTE c = 0, i = 0;
        int negative = 1;
        char entered[5] = {'1', 0, 0, 0, 0};
-       char *input, name[10];
+       char *input, name[10] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
        int price;
 
        cprintf("\r\nWas soll gekauft werden?\r\n");