Changeset 391 in ntrip
- Timestamp:
- Feb 2, 2007, 10:21:35 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncrinex.cpp
r369 r391 210 210 expandEnvVar(path); 211 211 212 if ( path [path.length()-1] != QDir::separator() ) {212 if ( path.length() > 0 && path[path.length()-1] != QDir::separator() ) { 213 213 path += QDir::separator(); 214 214 }
Note:
See TracChangeset
for help on using the changeset viewer.