Changeset 4122 in ntrip


Ignore:
Timestamp:
May 5, 2012, 8:34:33 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/rinex/rnxobsfile.cpp

    r4120 r4122  
    649649  bncApp* app = (bncApp*) qApp;
    650650
    651   QString     runBy = app->userName();
     651  QString     runBy = app->userName().trimmed().left(20);
    652652  QStringList comments;
    653653
     
    677677  QStringListIterator itCmnt(comments);
    678678  while (itCmnt.hasNext()) {
    679     *_stream << itCmnt.next().trimmed().leftJustified(60) << "COMMENT\n";
     679    *_stream << itCmnt.next().trimmed().left(60).leftJustified(60) << "COMMENT\n";
    680680  }
    681681
Note: See TracChangeset for help on using the changeset viewer.