summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
8a12cfd)
subjheader to '\0' so that they will appear as empty strings when that
header is missing from the message. Previously, the previous's
message's contents for that header was printed instead of nothing.
}
fromcount = subjcount = 0;
}
fromcount = subjcount = 0;
+ fromheader[0] = subjheader[0] = '\0';
while ((line = fgetln(file, &len))) {
if (len <= 1) {
break;
while ((line = fgetln(file, &len))) {
if (len <= 1) {
break;