mirror of
https://github.com/rzzzwilson/pymlac.git
synced 2025-06-10 09:32:41 +00:00
Turned off skip of interblock zeros
This commit is contained in:
@@ -179,9 +179,9 @@ def c8lds_handler(ptp_data, memory):
|
||||
# now read data blocks
|
||||
while True:
|
||||
# skip any leading zeros
|
||||
index = skipzeros(ptp_data, index)
|
||||
if index is None:
|
||||
return (None, None) # end of tape
|
||||
# index = skipzeros(ptp_data, index)
|
||||
# if index is None:
|
||||
# return (None, None) # end of tape
|
||||
|
||||
# get data word count
|
||||
result = get_byte(ptp_data, index)
|
||||
|
||||
Reference in New Issue
Block a user