From c3484de2829d6cb5350defb79a9d501820795789 Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Thu, 19 Dec 2002 23:24:56 +0000 Subject: [PATCH] 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+". --- nulib2/List.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nulib2/List.c b/nulib2/List.c index 83854f3..ab0a8df 100644 --- a/nulib2/List.c +++ b/nulib2/List.c @@ -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: