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
line[i] = buffer[buffer_pos++] has to be before if (line[i] == '\n').
When newline char is detected i should be also incremented before breaking out
The text was updated successfully, but these errors were encountered:
eluscha
changed the title
Newline chars are not seen, all of the file is read like one string
gnl: Newline chars are not seen, all of the file is read like one string
Oct 30, 2024
line[i] = buffer[buffer_pos++] has to be before if (line[i] == '\n').
When newline char is detected i should be also incremented before breaking out
The text was updated successfully, but these errors were encountered: