- Timestamp:
- May 5, 2012, 8:34:33 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/rinex/rnxobsfile.cpp
r4120 r4122 649 649 bncApp* app = (bncApp*) qApp; 650 650 651 QString runBy = app->userName() ;651 QString runBy = app->userName().trimmed().left(20); 652 652 QStringList comments; 653 653 … … 677 677 QStringListIterator itCmnt(comments); 678 678 while (itCmnt.hasNext()) { 679 *_stream << itCmnt.next().trimmed().left Justified(60) << "COMMENT\n";679 *_stream << itCmnt.next().trimmed().left(60).leftJustified(60) << "COMMENT\n"; 680 680 } 681 681
Note:
See TracChangeset
for help on using the changeset viewer.