Changeset 37:0576c4bf175b in xplra


Ignore:
Timestamp:
02/10/13 14:24:25 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 3 'hg:/home/ivaradi/xplane/hg/xplra' '/'>, 'public')
Message:

Fixed call

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/client/python/xplra.py

    r36 r37  
    637637
    638638            self._xplane._writeString(name)
    639             self._xplane._writeType(type)
     639            self._xplane._writeU8(type)
    640640            if length is not None and offset is not None:
    641641                self._xplane._writeS32(len(value))
Note: See TracChangeset for help on using the changeset viewer.