wmifs: Use result of fgets.
commit3b4c28b9bc093c8cc3ce26edea5292c8739a7182
authorDoug Torrance <dtorrance@monmouthcollege.edu>
Wed, 22 Oct 2014 21:34:49 +0000 (22 16:34 -0500)
committerCarlos R. Mafra <crmafra@gmail.com>
Thu, 23 Oct 2014 07:03:32 +0000 (23 08:03 +0100)
treee5f08c53a6b96964922b68e2811912a064192595
parent5db612b7c9f45b0d80c9b232588313889c390111
wmifs: Use result of fgets.

Remove several compiler warnings of the form
wmifs.c:666:7: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
  fgets(temp, BUFFER_SIZE, fp);
       ^
wmifs/wmifs/wmifs.c