]> Kevux Git Server - fll/commit
Bugfix: Invalid seeked value on failure in f_file_seek().
authorKevin Day <Kevin@kevux.org>
Thu, 5 Mar 2026 02:57:27 +0000 (20:57 -0600)
committerKevin Day <Kevin@kevux.org>
Thu, 5 Mar 2026 02:57:27 +0000 (20:57 -0600)
commit9d870fcb84c3dd943ec7e20221398a54ff837e72
tree5a5d14f10913c00a3ef584adf022beb8696cf6e2
parent6dc28ff5673c86d8d6042b47538c2f66e7726717
Bugfix: Invalid seeked value on failure in f_file_seek().

The previous commit 6dc28ff5673c86d8d6042b47538c2f66e7726717 left out the `seeked` NULL check before assigning a value.
level_0/f_file/c/file.c