#1

sscanf warning: Strings without a length are deprecated, please add a destination size. WTF this?
Reply
#2

in your sscanf code you now have to set the size of a string

so where it was
"iiffs"
sshould become
"iiffs[size]"

like

"iiffs[32]" //string size set to 32
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)