02.08.2018, 10:01
Change your sscanf parameter to "s[128]" instead of sz.
You have to tell sscanf the size of a string as well.
Also, there is no reason not to use sscanf. I know it's a single parameter and sscanf is not "needed" but I'd not use isNull in 2018. Especially not as a macro.
You have to tell sscanf the size of a string as well.
Also, there is no reason not to use sscanf. I know it's a single parameter and sscanf is not "needed" but I'd not use isNull in 2018. Especially not as a macro.