Changeset 10 in libcf++ for trunk/src/bin.cpp


Ignore:
Timestamp:
06/07/15 17:37:53 (9 years ago)
Author:
cheese
Message:

#1 fix handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bin.cpp

    r7 r10  
    7575cf::void_t cf::bin::append(const cf::bin & in)
    7676{
    77     append((in.buffer()), in.size());
     77    append(in.buffer(), in.size());
    7878}
    7979
Note: See TracChangeset for help on using the changeset viewer.