10.02.2014, 19:49
FalconX said the fix for your problem but I'm going to tell you why it gave 49 and 50.
You used specifier "s" without size so the size was by default 32. You enter 1 which the character '1' is number 49 and character '2' is number 50.
You used specifier "s" without size so the size was by default 32. You enter 1 which the character '1' is number 49 and character '2' is number 50.