diff options
Diffstat (limited to 'apps/plugins/lib/wrappers.h')
| -rw-r--r-- | apps/plugins/lib/wrappers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lib/wrappers.h b/apps/plugins/lib/wrappers.h index 5eb45d0..b6fbd51 100644 --- a/apps/plugins/lib/wrappers.h +++ b/apps/plugins/lib/wrappers.h @@ -51,7 +51,7 @@ #define strcpy rb->strcpy #define strip_extension rb->strip_extension #define strlen rb->strlen -#define strncpy rb->strncpy +#define strlcpy rb->strlcpy #define strrchr rb->strrchr #endif |