mne-cpp icon indicating copy to clipboard operation
mne-cpp copied to clipboard

improve EOF comparison

Open maddin200 opened this issue 2 years ago • 0 comments

/src/libraries/mne/c/mne_surface_or_volume.cpp line 3449 Code: printf("Triangle file : "); for (c = fgetc(fp); c != '\n'; c = fgetc(fp)) { if (c == EOF) { // <-- better use int variable

maddin200 avatar Jul 10 '23 13:07 maddin200