Skip to content

Commit

Permalink
Keep binary mod compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ortmann committed May 6, 2024
1 parent e50014c commit ff787d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules.c
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ Function global_table[] = {
(Function) 0,
#endif
/* 304 - 307 */
(Function) 0, /* was strncpyz() -- use strlcpy() instead */
(Function) strlcpy, /* was strncpyz() -- use strlcpy() instead */
#ifndef HAVE_BASE64
(Function) b64_ntop,
(Function) b64_pton,
Expand Down

0 comments on commit ff787d9

Please sign in to comment.