Changeset 158 in ntrip
- Timestamp:
- Sep 9, 2006, 11:18:17 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncrinex.cpp
r157 r158 55 55 56 56 _pgmName = ((bncApp*)qApp)->bncVersion().leftJustified(20, ' ', true); 57 _userName = QString("${USER}") .leftJustified(20, ' ', true);57 _userName = QString("${USER}"); 58 58 expandEnvVar(_userName); 59 _userName = _userName.leftJustified(20, ' ', true); 59 60 } 60 61
Note:
See TracChangeset
for help on using the changeset viewer.