Skip to content
Snippets Groups Projects
user avatar
Peter Tyser authored
Add basic error handling to fread() function calls.  This prevents
compililation warnings such as:

bmp_logo.c: In function ‘main’:
bmp_logo.c:71: warning: ignoring return value of ‘fread’, declared with
attribute warn_unused_result
...

Signed-off-by: default avatarPeter Tyser <ptyser@xes-inc.com>
65351a87
History