Changeset 4123 in ntrip


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

Legend:

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

    r4122 r4123  
    649649  bncApp* app = (bncApp*) qApp;
    650650
    651   QString     runBy = app->userName().trimmed().left(20);
     651  QString     runBy = app->userName();
    652652  QStringList comments;
    653653
     
    670670  *_stream << QString("%1%2%3")
    671671    .arg(app->pgmName(), -20)
    672     .arg(runBy, -20)
     672    .arg(runBy.trimmed().left(20), -20)
    673673    .arg(currentDateAndTimeGPS().date().toString("dd-MMM-yyyy"), -20)
    674674    .leftJustified(60)
Note: See TracChangeset for help on using the changeset viewer.