1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-26 16:45:12 -04:00

[gettext] Compilation fix

This commit is contained in:
Witold Filipczyk 2022-07-17 17:01:54 +02:00
parent 9c5c1f3bc0
commit d75e9c7b93

View File

@ -505,7 +505,7 @@ dcigettext__(const char *domainname, const char *msgid1, const char *msgid2,
+ msgid_len +
domainname_len + 1);
if (newp != NULL) {
newp->domainname =
newp->domainname = (char *)
mempcpy(newp->msgid,
msgid1,
msgid_len);