X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=ppcskel.git;a=blobdiff_plain;f=main.c;fp=main.c;h=13524d596aecf14fbccb691affde6e0708ec04fe;hp=2bc956f7c3532bddb1197fcb49090216e1bbb7b9;hb=30067c9ba41b74abf505171df4f945bfe3f255d0;hpb=55d57a9ffdc8318dd652b1396f3ce8db6246820f diff --git a/main.c b/main.c index 2bc956f..13524d5 100644 --- a/main.c +++ b/main.c @@ -148,7 +148,7 @@ int main(void) struct kbrep *k; while(1) { - memset(str, '\0', 8); + memset(str, '\0', 7); j=0; k = usb_hidkb_getChars(); old_x = x; /* save actual x and y position for printing after the loop */