kconfig: Fix warning: ignoring return value of 'fwrite'
authorJean Sacren <sakiwit@gmail.com>
Wed, 4 Aug 2010 22:01:02 +0000 (16:01 -0600)
committerMichal Marek <mmarek@suse.cz>
Thu, 12 Aug 2010 22:40:26 +0000 (00:40 +0200)
This fix facilitates fwrite() in both confdata.c and expr.c, either it
succeeds in writing, or an error occurs, or the end of file is reached.

Signed-off-by: Jean Sacren <sakiwit@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>

No differences found