Owen W. Taylor
59532ab0c7
Check the result of fgets() to deal with warn_unused_result
Some C library versions have __attribute__((warn_unused_result)) on fgets(). We really don't care since we are just throwing the data away, but check the result anyways.
…
…
…
…
The file is empty.
Description
Languages
C
49.2%
JavaScript
47.4%
SCSS
1.4%
Meson
0.8%
Python
0.6%
Other
0.4%