Ignore:
Timestamp:
Apr 6, 2009, 10:19:50 AM (16 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/core/RpLibrary.cc

    r1382 r1384  
    17571757    // FIXME: I've already appended a NUL-byte of this assuming that
    17581758    //        it's a ASCII string. This test must come before.
    1759     if (Rappture::encoding::isbinary(value.c_str(), value.length())) {
     1759    if (Rappture::encoding::isBinary(value.c_str(), value.length())) {
    17601760        putData(path, value.c_str(), value.length(), append);
    17611761        return *this;
Note: See TracChangeset for help on using the changeset viewer.