]> Kevux Git Server - fll/commit
Bugfix: checking for == on fwrite size results is not an error
authorKevin Day <kevin@kevux.org>
Sat, 31 Mar 2012 02:34:23 +0000 (21:34 -0500)
committerKevin Day <kevin@kevux.org>
Sat, 31 Mar 2012 02:34:23 +0000 (21:34 -0500)
commit659017197bf006a5db00abf5247ea4eadae3230b
treec4de3651c7919bc0665ae360f05187c3ea54b6dd
parent214f71cda9d017ca3bb9d5cf59ce63351da2a711
Bugfix: checking for == on fwrite size results is not an error

The code was checking the total number of bytes written and the total number expected to be written.
If both numbers are the same, then this cannot be an error.
level_1/fl_file/c/file.c