mirror of
https://git.zx2c4.com/cgit
synced 2025-07-10 10:14:34 +02:00
Add commit->msg_encoding, allocate msg dynamicly.
This commit is contained in:
parent
72ede12551
commit
3845e177e4
4 changed files with 10 additions and 1 deletions
|
@ -199,6 +199,7 @@ struct commitinfo *cgit_parse_commit(struct commit *commit)
|
|||
ret->committer_email = NULL;
|
||||
ret->subject = NULL;
|
||||
ret->msg = NULL;
|
||||
ret->msg_encoding = NULL;
|
||||
|
||||
if (p == NULL)
|
||||
return ret;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue