]> Kevux Git Server - fll/commit
Bugfix: incorrect invalid parameter check for file write for used to size comparison
authorKevin Day <thekevinday@gmail.com>
Sat, 13 Jun 2020 21:37:55 +0000 (16:37 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 13 Jun 2020 21:37:55 +0000 (16:37 -0500)
commit6f9b00200cb46aa0cc02efdd234227748a0b3bce
tree57bdef84c5551f0491546bb4094906733a74a309
parent6e1d30b7e5a434445330fa66ec63e7d315cf01c0
Bugfix: incorrect invalid parameter check for file write for used to size comparison

The used may equal size, do not trigger an error.
Change un-reallocated dynamic strings to static strings.
level_0/f_file/c/file.c
level_0/f_file/c/file.h
level_1/fl_utf_file/c/utf_file.c
level_1/fl_utf_file/c/utf_file.h