mirror of
https://github.com/wassname/segpy.git
synced 2026-08-03 13:10:55 +08:00
Forward endian parameter in read_binary_values()
This commit is contained in:
+1
-1
@@ -433,7 +433,7 @@ c
|
||||
|
||||
values = (unpack_ibm_floats(buf, count)
|
||||
if fmt == 'ibm'
|
||||
else unpack_values(buf, count, item_size, fmt))
|
||||
else unpack_values(buf, count, item_size, fmt, endian))
|
||||
assert len(values) == count
|
||||
return values
|
||||
|
||||
|
||||
Reference in New Issue
Block a user