Changeset 3333 in ntrip


Ignore:
Timestamp:
Jul 19, 2011, 4:04:02 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r3328 r3333  
    10941094      fullPath = hlp[0].replace(0,2,"");
    10951095    }
    1096     QString ntripVersion = "1";
     1096    QString ntripVersion = "2";
    10971097    if (hlp.size() >= 6) {
    10981098      ntripVersion = (hlp[5]);
     
    12461246      fullPath = hlp[0].replace(0,2,"");
    12471247    }
    1248     QString ntripVersion = "1";
     1248    QString ntripVersion = "2";
    12491249    if (hlp.size() >= 6) {
    12501250      ntripVersion = (hlp[5]);
Note: See TracChangeset for help on using the changeset viewer.