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:
phk 2002-04-19 09:38:45 +00:00
parent 7abca11056
commit 19ae3510fb

View File

@ -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);
}