]> Kevux Git Server - fll/commit
Bugfix: The f_file_is_at() function is not properly comparing the file type.
authorKevin Day <thekevinday@gmail.com>
Sat, 16 Apr 2022 02:19:38 +0000 (21:19 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 16 Apr 2022 02:19:38 +0000 (21:19 -0500)
commit674001e9eb0e3eaf2761f137d9eff6e46a23f90d
treebe29d3b5580a856e1a92358a95fb40c891052d4c
parentf31cef3fd7ef5b4183664b4505c34ed4abc72ffb
Bugfix: The f_file_is_at() function is not properly comparing the file type.

The check should be checking against the passed file type.

This has been revealed by the unit tests that I am writing.
level_0/f_file/c/file.c