Skip to content

Commit

Permalink
Update core/utils.h
Browse files Browse the repository at this point in the history
Co-authored-by: Reto Schneider <[email protected]>
  • Loading branch information
LukasWoodtli and rettichschnidi authored Jan 8, 2025
1 parent f2f9e90 commit 09eb929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ int utils_isAltPathValid(const char *altPath);
* This is less safe than utils_strncpy().
*
* @param buffer The destination buffer
* @param length The mex. size of the destination buffer
* @param length The max number of bytes to be written to in the destination buffer
* @param str The source string (needs to be NULL-terminated)
* @return The number of bytes written
*/
Expand Down

0 comments on commit 09eb929

Please sign in to comment.