17.06.2013, 11:42
Quote:
|
******: I think this might be a bug caused by having quiet parameters at the end of the specifier - sscanf thinks there should be a variable to store the data when there shouldn't. However, the standard way of doing something like this is just to collect all the parameters at once with "s[36]i", not do them in multiple parts. You can still check they typed the right things in order. |

