Quote:
Originally Posted by Godey
Code:
ireason = fread(cfg, ireason); // over here
You can't use like this!
ireason is the variable stored in the Variable (I suggest using ireason[28])
How can you load a byte from a variable and save it to a same variable?
|
Yeah, I have noticed that. Hold on, I'll update you if there are any issues.