Check fread return value.
commit73d8ae9716829540b0937f9441dbbb4a01338482
authorDave Lambley <dave@lambley.me.uk>
Mon, 20 Apr 2015 22:15:16 +0000 (20 23:15 +0100)
committerDave Lambley <dave@lambley.me.uk>
Mon, 20 Apr 2015 22:15:16 +0000 (20 23:15 +0100)
tree6c90f4b16252eeac0cc9ad6600571d4963f38462
parent1e22dc1f07c0186a9d8003b8d83be18eef255a0d
Check fread return value.

testprog/pack.c:66:8: error: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Werror=unused-result]
fread(&header, sizeof(header), 1, in);
     ^
testprog/pack.c