Closed VincentVanlaer closed 3 months ago
I noticed some warnings in the C code in the utils module regarding the way strncpy was used. I ended up refactoring the code to make it less complex, and applied a formatter (in a separate commit).
Adding this into a mesa branch to test before merging into main
I noticed some warnings in the C code in the utils module regarding the way strncpy was used. I ended up refactoring the code to make it less complex, and applied a formatter (in a separate commit).