This commit is contained in:
Denis Molony 2020-12-13 16:14:38 +10:00
parent a9c51331b2
commit 75a43ee2e2
1 changed files with 0 additions and 1 deletions

View File

@ -90,7 +90,6 @@ abstract class AbstractCatalogEntry implements AppleFileSource
// CATALOG command only formats the LO byte - see Beneath Apple DOS pp4-6
String base = String.format ("%s%s %03d ", (locked) ? "*" : " ", getFileType (),
reportedSize % 1000);
System.out.printf ("[%s]%n", base);
catalogName = getName (base, entryBuffer);
displayName = getDisplayName (entryBuffer);
}