Skip to content

Commit 6748e00

Browse files
Max RobertRedhawkDeployer
authored andcommitted
Signing commit for REDHAWK 2.2.10
1 parent c751283 commit 6748e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redhawk/src/base/framework/python/ossie/utils/sb/io_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ def __init__(self,
887887
if self._midasFile:
888888
hdr, data = _bluefile.read(self._filename, list)
889889
if hdr['format'].endswith('B'):
890-
dataFormat = 'octet'
890+
dataFormat = 'char'
891891
elif hdr['format'].endswith('I'):
892892
dataFormat = 'short'
893893
elif hdr['format'].endswith('L'):

0 commit comments

Comments
 (0)