]> Kevux Git Server - fll/commit
Bugfix: Functions private_fl_fss_basic_read() and private_fl_fss_basic_write() are...
authorKevin Day <thekevinday@gmail.com>
Thu, 18 Jan 2024 02:47:23 +0000 (20:47 -0600)
committerKevin Day <thekevinday@gmail.com>
Thu, 18 Jan 2024 02:47:23 +0000 (20:47 -0600)
commit505dac4f34f378859c9feb8ae131496c18494a73
treee160cd81240b9148744ced669c3f896c5576faa3
parentb659c549ce83fc38c206aabd5ddc83579fb776f6
Bugfix: Functions private_fl_fss_basic_read() and private_fl_fss_basic_write() are missing "const".

The function implementations for private_fl_fss_basic_read() and private_fl_fss_basic_write() are 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