Changeset 9944 in ntrip for trunk/BNC


Ignore:
Timestamp:
Dec 15, 2022, 9:00:30 PM (16 months ago)
Author:
stuerze
Message:

some renaming regarding long product filenames

File:
1 edited

Legend:

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

    r9942 r9944  
    7272  if (!sampl) {
    7373    if (_sklBaseName.contains("V3PROD") &&
    74         (_extension.contains("bia") ||
    75          _extension.contains("sp3") ||
    76          _extension.contains("clk"))) {
     74        (_extension.contains("BIA") ||
     75         _extension.contains("SP3") ||
     76         _extension.contains("CLK"))) {
    7777      sampl +=5;
    7878    } else {
Note: See TracChangeset for help on using the changeset viewer.