mirror of
https://github.com/elliotnunn/machfs.git
synced 2024-11-21 13:30:59 +00:00
Support System 7 (lowercase zsys)
This commit is contained in:
parent
350f11b0c0
commit
b1af2b0353
@ -338,7 +338,7 @@ class Volume(directory.AbstractFolder):
|
||||
wrap.path = path
|
||||
wrap.cnid = drNxtCNID; drNxtCNID += 1
|
||||
|
||||
if isinstance(obj, File) and obj.type == b'ZSYS':
|
||||
if isinstance(obj, File) and obj.type.upper() == b'ZSYS':
|
||||
try:
|
||||
sysname = path[-1]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user