Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve DynamicMeter_getUiName() string length logic
Use 'size_t' for 'uiName' length variable and use String_safeStrncpy() for copying strings. Using 'size_t' for string length prevents a "-Wshorten-64-to-32" warning which is enabled by default in Clang 19.
- Loading branch information