GSHK archives empty files without storing any threads. Instead of

displaying these as having file type "???", display the actual filetype
followed by a hyphen, e.g. "S16-".  Compare to forked files, which look
like "S16+".
This commit is contained in:
Andy McFadden 2002-12-19 23:24:56 +00:00
parent 42b9706436
commit c3484de282
1 changed files with 2 additions and 2 deletions

View File

@ -223,8 +223,8 @@ ShowContentsVerbose(NuArchive* pArchive, void* vpRecord)
}
switch (recordKind) {
case kRecordKindUnknown:
printf("??? $%04lX ",
/*GetFileTypeString(pRecord->recFileType),*/
printf("%s- $%04lX ",
GetFileTypeString(pRecord->recFileType),
pRecord->recExtraType);
break;
case kRecordKindDisk: