rotovegasBoy
Programmer
the following won't work<br><FONT FACE=monospace> <br>if(fscanf(fp,"%s %d", &buf, &numObjs)!=2)<br> bail_out;<br></font><br>I've printed out the value of the fscanf return with invalid input, which was 1, but the if statement still won't run whats going on?