Changeset 357 in ntrip


Ignore:
Timestamp:
Dec 22, 2006, 12:12:17 PM (17 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.cpp

    r356 r357  
    162162  lat = settings.value("approxLat", 0).toDouble();
    163163  lon = settings.value("approxLon", 0).toDouble();
    164   if ((lat != 0.0) && (lon != 0.0)) {
     164  printf("%s\n",reqStr.data());
     165  if ((lat != 0.0) && (lon != 0.0) && (hlp.path().length() > 2) && (hlp.path().indexOf(".skl") < 0)) {
    165166    const char* flagN="N";
    166167    const char* flagE="E";
Note: See TracChangeset for help on using the changeset viewer.