Changeset 158 in ntrip


Ignore:
Timestamp:
Sep 9, 2006, 11:18:17 AM (18 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.cpp

    r157 r158  
    5555
    5656  _pgmName  = ((bncApp*)qApp)->bncVersion().leftJustified(20, ' ', true);
    57   _userName = QString("${USER}").leftJustified(20, ' ', true);
     57  _userName = QString("${USER}");
    5858  expandEnvVar(_userName);
     59  _userName = _userName.leftJustified(20, ' ', true);
    5960}
    6061
Note: See TracChangeset for help on using the changeset viewer.