]> Kevux Git Server - fll/commit
Bugfix: Function private_fl_fss_basic_write() is missing "const".
authorKevin Day <thekevinday@gmail.com>
Thu, 18 Jan 2024 02:49:00 +0000 (20:49 -0600)
committerKevin Day <thekevinday@gmail.com>
Thu, 18 Jan 2024 02:49:00 +0000 (20:49 -0600)
commit699ac9ddb7bf1e4a262e1c7d55e06ffb251a1599
tree1e233a906d67a1ba3793d07d39379c7add7b6eac
parent5333431dcc8ac48e53fa8c476d28bb43da8155f6
Bugfix: Function private_fl_fss_basic_write() is missing "const".

The function implementations for private_fl_fss_basic_write() is missing the "const" type attribute in some parameters.
The declaration of these has the "const" type attribute as expected.

This inconsistency is considered a bug.
level_1/fl_fss/c/private-fss.c