Bugfix/indtext-find-string-among-similar (#1173)
* Enhanced string comparison functions and update indtext API usage - Added library specific case-sensitive and case-insensitive string comparison functions that mimic strcmp. - Updated indtext_by_string and indtext_by_istring to use the new comparison functions. - Improved documentation for return values in indtext functions. - Expanded test data in main.c for comprehensive testing when beginning of string matches another string.
This commit is contained in:
@@ -43,6 +43,7 @@ The git repositories are hosted at the following sites:
|
||||
|
||||
### Fixed
|
||||
|
||||
* Fixed library specific strcmp/stricmp functions match standard strcmp. (#1173)
|
||||
* Fixed compiler macro redefined warning when optional datatypes are defined
|
||||
globally. (#1172)
|
||||
* Fixed copy and compare API of BACnetObjectPropertyReference structure. (#1171)
|
||||
|
||||
Reference in New Issue
Block a user