Unfortunately, sscanf appears to fail when processing j=j+1, if I use something like j=j + 1. Causes the integers to all be read wrongly in file_parse.c.
Amitava's aim won't be to break our program like this but it does cause some rather unpleasant side effects when trying to work on IO.
@nictheman
Unfortunately,
sscanf
appears to fail when processingj=j+1
, if I use something likej=j + 1
. Causes the integers to all be read wrongly infile_parse.c
.Amitava's aim won't be to break our program like this but it does cause some rather unpleasant side effects when trying to work on IO.