]> code.delx.au - pulseaudio/commit
conf-parser: Remove redundant feof() call
authorTanu Kaskinen <tanuk@iki.fi>
Sat, 30 Jun 2012 09:58:40 +0000 (12:58 +0300)
committerTanu Kaskinen <tanuk@iki.fi>
Fri, 22 Mar 2013 19:14:08 +0000 (21:14 +0200)
commit6733caf114d0d759590459745c864aa9518d133d
treeb7875000f28bb229bfa739b4f318cef45bec61fd
parent259be540e3bc7451305de09c196bc3b49dc38e53
conf-parser: Remove redundant feof() call

fgets() returns NULL in case there's an error or f is at EOF. The
while condition just checked that f is not at EOF, therefore an error
must have happened.
src/pulsecore/conf-parser.c