Changeset 8321 in ntrip for branches/BNC_2.12/src/bncoutf.cpp


Ignore:
Timestamp:
Mar 29, 2018, 12:46:40 PM (6 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/bncoutf.cpp

    r7657 r8321  
    152152  baseName.replace("${GPSWD}", gpswd);
    153153  baseName.replace("${V3}" , QString("_U_%1%2").arg(yyyy).arg(doy));
    154 
     154  if (_extension.count(".") == 2) {_extension.replace(0,1,"_"); }
     155 
    155156  return _path + baseName + epoStr + _extension;
    156157}
Note: See TracChangeset for help on using the changeset viewer.