<URL: http://bugs.freeciv.org/Ticket/Display.html?id=40014 >
Committed trunk revision 14234.
Committed S2_2 revision 14235.
Committed S2_1 revision 14236.
Index: client/helpdata.c
===================================================================
--- client/helpdata.c (revision 14233)
+++ client/helpdata.c (working copy)
@@ -1124,7 +1124,7 @@
};
assert(NULL != buf && 0 < bufsz && NULL != user_text);
- strlcpy(buf, user_text, bufsz);
+ mystrlcpy(buf, user_text, bufsz);
if (NULL == vap) {
freelog(LOG_ERROR, "Unknown tech %d.", i);
_______________________________________________
Freeciv-dev mailing list
[email protected]
https://mail.gna.org/listinfo/freeciv-dev