diff options
Diffstat (limited to 'parsing.c')
| -rw-r--r-- | parsing.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -150,6 +150,7 @@ struct commitinfo *cgit_parse_commit(struct commit *commit) | |||
| 150 | 150 | ||
| 151 | t = strchr(p, '\n'); | 151 | t = strchr(p, '\n'); |
| 152 | ret->subject = substr(p, t); | 152 | ret->subject = substr(p, t); |
| 153 | p = t + 1; | ||
| 153 | 154 | ||
| 154 | while (*p == '\n') | 155 | while (*p == '\n') |
| 155 | p = strchr(p, '\n') + 1; | 156 | p = strchr(p, '\n') + 1; |
