Push the .info file contents out when we're done so people can
read the description while the megs shift from one place to another.
This commit is contained in:
parent
7abca11056
commit
19ae3510fb
@ -74,6 +74,7 @@ printheader(FILE *f, const struct kerneldumpheader *h, const char *device,
|
||||
fprintf(f, " Versionstring: %s", h->versionstring);
|
||||
fprintf(f, " Panicstring: %s\n", h->panicstring);
|
||||
fprintf(f, " MD5: %s\n", md5);
|
||||
fflush(f);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user