29.11.2012, 18:07
You entered no length or it's too small. Sscanfs default size is 32.
Example:
"us" - There's no size. Sscanf assumes it's 32.
"us[124]" - There's a size. Sscanf know's it's 124.
Example:
"us" - There's no size. Sscanf assumes it's 32.
"us[124]" - There's a size. Sscanf know's it's 124.