Changeset 391 in ntrip


Ignore:
Timestamp:
Feb 2, 2007, 10:21:35 AM (17 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.cpp

    r369 r391  
    210210  expandEnvVar(path);
    211211
    212   if ( path[path.length()-1] != QDir::separator() ) {
     212  if ( path.length() > 0 && path[path.length()-1] != QDir::separator() ) {
    213213    path += QDir::separator();
    214214  }
Note: See TracChangeset for help on using the changeset viewer.