Changeset 876 in ntrip


Ignore:
Timestamp:
May 6, 2008, 10:57:16 AM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTCM3/RTCM3coDecoder.cpp

    r875 r876  
    8181               _co.Sat[ii].Orbit.DeltaRadial, _co.Sat[ii].Orbit.DeltaAlongTrack,
    8282               _co.Sat[ii].Orbit.DeltaCrossTrack);
    83         _out->write(line.toAscii().data(), line.length());
    84         _out->flush();
     83        *_out << line.toAscii().data();
    8584      }
    8685      char obuffer[CLOCKORBIT_BUFFERSIZE];
Note: See TracChangeset for help on using the changeset viewer.