Changeset 3221 in ntrip


Ignore:
Timestamp:
Mar 31, 2011, 1:52:40 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/combination/bnccomb.cpp

    r3220 r3221  
    654654    _rtnetDecoder = new bncRtnetDecoder();
    655655  }
     656
    656657  vector<string> errmsg;
    657   _rtnetDecoder->Decode((char*) out.str().c_str(), out.str().size(), errmsg);
     658  _rtnetDecoder->Decode((char*) out.str().data(), out.str().size(), errmsg);
    658659
    659660  // Optionally send new Corrections to PPP
Note: See TracChangeset for help on using the changeset viewer.