mirror of
https://github.com/tjboldt/ProDOS-Utilities.git
synced 2024-12-01 01:49:59 +00:00
Fix catalog for 80 column display
This commit is contained in:
parent
d53977a1a3
commit
4a8be2c327
@ -148,7 +148,7 @@ func DumpDirectory(blocksFree int, totalBlocks int, path string, fileEntries []F
|
||||
} else {
|
||||
createdTime = TimeToString(fileEntries[i].CreationTime)
|
||||
}
|
||||
fmt.Printf(" %-15s %s %7d %s %s %8d %8d\n",
|
||||
fmt.Printf("%-15s %s%6d %s %s%8d %8d\n",
|
||||
fileEntries[i].FileName,
|
||||
FileTypeToString(fileEntries[i].FileType),
|
||||
fileEntries[i].BlocksUsed,
|
||||
|
Loading…
Reference in New Issue
Block a user