Changeset 1384 for trunk/src/core/RpLibrary.cc
- Timestamp:
- Apr 6, 2009, 10:19:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/core/RpLibrary.cc
r1382 r1384 1757 1757 // FIXME: I've already appended a NUL-byte of this assuming that 1758 1758 // it's a ASCII string. This test must come before. 1759 if (Rappture::encoding::is binary(value.c_str(), value.length())) {1759 if (Rappture::encoding::isBinary(value.c_str(), value.length())) { 1760 1760 putData(path, value.c_str(), value.length(), append); 1761 1761 return *this;
Note: See TracChangeset
for help on using the changeset viewer.