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
Both ANSI C and Posix actually require a file to end with a newline for it to be a text file, see this, this and this and of course the definitions of file and line in the Posix spec itself. Thus this requirement doesn't have to be treated a bug at all.
If the pvlist file (maybe other config files) does not end with a newline (\n) character, the last line is not parsed and its content is ignored.
The text was updated successfully, but these errors were encountered: