We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c751283 commit 6748e00Copy full SHA for 6748e00
redhawk/src/base/framework/python/ossie/utils/sb/io_helpers.py
@@ -887,7 +887,7 @@ def __init__(self,
887
if self._midasFile:
888
hdr, data = _bluefile.read(self._filename, list)
889
if hdr['format'].endswith('B'):
890
- dataFormat = 'octet'
+ dataFormat = 'char'
891
elif hdr['format'].endswith('I'):
892
dataFormat = 'short'
893
elif hdr['format'].endswith('L'):
0 commit comments