You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/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
The text was updated successfully, but these errors were encountered:
/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
The text was updated successfully, but these errors were encountered: