Changeset 1738 in ntrip


Ignore:
Timestamp:
Mar 6, 2009, 2:29:19 PM (15 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r1737 r1738  
    750750    QString format(hlp[1]); QString latitude(hlp[2]); QString longitude(hlp[3]);
    751751    QString nmea(hlp[4]);
     752    if (hlp[5] == "S") {
     753      fullPath = hlp[0].replace(0,2,"");
     754    }
    752755    QString ntripVersion = "1";
    753756    if (hlp.size() >= 6) {
     
    892895    QString format(hlp[1]); QString latitude(hlp[2]); QString longitude(hlp[3]);
    893896    QString nmea(hlp[4]);
     897    if (hlp[5] == "S") {
     898      fullPath = hlp[0].replace(0,2,"");
     899    }
    894900    QString ntripVersion = "1";
    895901    if (hlp.size() >= 6) {
Note: See TracChangeset for help on using the changeset viewer.