[TODO] Change to perror()
for systemcall error, where possible
#86
Labels
lea wontfix
Lea will not work on this
medium priority
This issue would be nice to be fixed
todo
There are still some things left to do
The argument to
perror()
gets printed first, so most of the time it should be ourPROGRAM_NAME
, like so:IMPORTANT
If an error occurred, no other system call should be called before
perror()
, otherwiseerrno
could get updated and the output would be incorrect.The text was updated successfully, but these errors were encountered: