Changeset 1384 for trunk/lang/python
- Timestamp:
- Apr 6, 2009, 10:19:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lang/python/Rappture/PyRpEncode.cc
r1368 r1384 45 45 } 46 46 47 rv = PyFloat_FromDouble(Rappture::encoding::isbinary(data,dlen)); 48 47 rv = PyFloat_FromDouble(Rappture::encoding::isBinary(data,dlen)); 49 48 return rv; 50 49 }
Note: See TracChangeset
for help on using the changeset viewer.