From: Joey Schulze Date: Mon, 21 Apr 2008 13:27:51 +0000 (+0000) Subject: Correction by Marian ??urkovi?? X-Git-Tag: upstream_newmail_0-5~8 X-Git-Url: https://git.infodrom.org/?p=infodrom%2Fnewmail;a=commitdiff_plain;h=1b350060108517abfd439e86728e3a66f694678a;hp=fb18aea5815641e770d2688c807649d75c802e61 Correction by Marian ??urkovi?? --- diff --git a/charset.c b/charset.c index a608829..7ebca96 100644 --- a/charset.c +++ b/charset.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2006 Joey Schulze + Copyright (c) 2006,8 Joey Schulze This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -48,7 +48,7 @@ char *convert_word(const char *encoding, char *inbuf, char *outbuf, size_t outby size_t outsize; if (!charset || !strcasecmp (encoding, charset)) { - memmove (outbuf, inbuf, strlen(inbuf)