commit | 3845e177e4e0b231efb6fda0ac3cd3a2d8f34d4b | [log] [tgz] |
---|---|---|
author | Jonathan Bastien-Filiatrault <joe@x2a.org> | Fri Oct 26 18:09:06 2007 -0400 |
committer | Jonathan Bastien-Filiatrault <joe@x2a.org> | Mon Nov 05 18:13:30 2007 -0500 |
tree | 548671b6339e9a1a252ded4d534f11bfcd560043 | |
parent | 72ede12551af320b6d8eade853dbd2cd6f2222cc [diff] [blame] |
Add commit->msg_encoding, allocate msg dynamicly.
diff --git a/parsing.c b/parsing.c index 30e7648..0412a9c 100644 --- a/parsing.c +++ b/parsing.c
@@ -199,6 +199,7 @@ ret->committer_email = NULL; ret->subject = NULL; ret->msg = NULL; + ret->msg_encoding = NULL; if (p == NULL) return ret;