03.03.2019, 07:49
You have to add another specifier for 'szDepositInfo'.
You currently have this at the beginning of your snippet:
It has to be this:
You currently have this at the beginning of your snippet:
Код:
if(sscanf(cmdtext, "s[30]S()[30]S()[12]", szCmdInfo, szActionInfo,szSubActionInfo,szDepositInfo))
Код:
if(sscanf(cmdtext, "s[30]S()[30]S()[12]S()[16]", szCmdInfo, szActionInfo,szSubActionInfo,szDepositInfo))