Follow-up Comment #4, patch #1226 (project freeciv):
rebased version
Is there a function, which concats a VA string to an existing string? Like
the following #define does:
#define sz_strlcatsprintf(str, vastr, ...)
{
char tmp[32];
my_snprintf(tmp, sizeof(tmp), vastr, ## __VA_ARGS__);
sz_strlcat(str, tmp);
}
(file #7795)
_______________________________________________________
Additional Item Attachment:
File name: 0002-add-possibility-to-log-the-city-map.patch Size:8 KB
_______________________________________________________
Reply to this item at:
<http://gna.org/patch/?1226>
_______________________________________________
Nachricht geschickt von/durch Gna!
http://gna.org/
_______________________________________________
Freeciv-dev mailing list
[email protected]
https://mail.gna.org/listinfo/freeciv-dev