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
I noticed that the return value of printf and fclose is not checked, but those functions can fail (e.g. if the disk became full or in case quota were reached). For maximal robustness, I recommend checking them.
I noticed that the return value of
printf
andfclose
is not checked, but those functions can fail (e.g. if the disk became full or in case quota were reached). For maximal robustness, I recommend checking them.p.s. This software has been packaged in Guix recently: https://issues.guix.gnu.org/57291.
The text was updated successfully, but these errors were encountered: