18.07.2017, 23:48
That's because sscanf has no idea of knowing where 'dmessage' ends and 'dcName' begins. You would need 1) create some type of token that sscanf can identify to split the string appropriately or 2) come up with another way of executing the command.