1
0
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:
Ross Wilson
2016-03-01 11:14:32 +07:00
parent f2ee6361cc
commit 067693a1f9

View File

@@ -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)