src/ros.c: Check the return value of fgets().
authorFlorian Forster <ff@octo.it>
Wed, 24 Jul 2013 11:44:56 +0000 (13:44 +0200)
committerFlorian Forster <ff@octo.it>
Wed, 24 Jul 2013 11:45:48 +0000 (13:45 +0200)
commitba77bd446bf69360905d1028f5d1a164208088d3
tree061f59aedb57a52488c2675ebc6b125c20666d59
parentdabd10b3e3c5c8c321eec361cae43357ef611f01
src/ros.c: Check the return value of fgets().

Some compilers are unhappy when this return value is ignored.
src/ros.c