match g_strlcpy with glib proper
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
#ifdef BSD
|
#ifdef BSD
|
||||||
#define g_strlcpy strlcpy
|
#define g_strlcpy strlcpy
|
||||||
#else
|
#else
|
||||||
extern int g_strlcpy(gchar* dest, const gchar* src, gsize dest_size);
|
extern gsize g_strlcpy(gchar* dest, const gchar* src, gsize dest_size);
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user