Small fixes for file announces

This commit is contained in:
Michiel Broek
2002-05-12 21:28:13 +00:00
parent 49dbc82685
commit 6b3aca987f
4 changed files with 27 additions and 18 deletions

View File

@@ -67,8 +67,9 @@ int main(int argc, char **argv)
printf("File echo %s\n", rep.Echo);
printf("Comment %s\n", rep.Comment);
printf("Group %s\n", rep.Group);
printf("File name %s\n", rep.Name);
printf("FIle size %lu\n", (long)(rep.Size));
printf("Short name %s\n", rep.Name);
printf("Long name %s\n", rep.LName);
printf("File size %lu\n", (long)(rep.Size));
printf("File size Kb %lu\n", rep.SizeKb);
printf("File date %s", ctime(&rep.Fdate));
printf("File CRC %s\n", rep.Crc);