Changeset 358 in ntrip


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.cpp

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