mirror of
https://github.com/fadden/nulib2.git
synced 2025-01-14 01:29:43 +00:00
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:
parent
42b9706436
commit
c3484de282
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user