From fb8fc8bb1470a51c38a70112097778e57d05c930 Mon Sep 17 00:00:00 2001 From: ntakahas Date: Mon, 5 Sep 2005 11:38:21 +0000 Subject: [PATCH] (read_mtext_element): Fix previous change. --- src/plist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plist.c b/src/plist.c index df04d1e..7439751 100644 --- a/src/plist.c +++ b/src/plist.c @@ -253,7 +253,7 @@ read_mtext_element (MPlist *plist, MStream *st, int skip) chars = buffer.chars; for (j = i - 1; j >= 0; j--) chars[j] = bytes[j]; - nchars = i; + nchars = READ_MTEXT_BUF_SIZE; if (bytes != buffer.bytes) free (bytes); } -- 1.7.10.4