Changeset 9942 in ntrip for trunk/BNC/src/pppRun.cpp


Ignore:
Timestamp:
Dec 13, 2022, 10:58:52 PM (17 months ago)
Author:
stuerze
Message:

some renaming regarding long product filenames

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/pppRun.cpp

    r9889 r9942  
    222222      snxtroFileSkl += QDir::separator();
    223223    }
    224     snxtroFileSkl = snxtroFileSkl + ID9 + '_' + "${V3PROD}" + distStr + ".tro";
     224    snxtroFileSkl = snxtroFileSkl + ID9 + '_' + "${V3PROD}" + distStr + ".TRO";
    225225    sampl = settings.value("PPP/snxtroSampl").toString().split("sec").first().toInt();
    226226    intr  = settings.value("PPP/snxtroIntr").toString();
     
    228228  }
    229229}
    230 
    231 
    232230
    233231// Destructor
Note: See TracChangeset for help on using the changeset viewer.