Changeset 1162 in ntrip for trunk/BNC/bncgetthread.cpp


Ignore:
Timestamp:
Oct 18, 2008, 10:01:32 AM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.cpp

    r1159 r1162  
    128128    QUrl url(hlp[0]);
    129129    if (_mountPoint.path() == url.path()) {
    130       if (_iMount > ind) {
     130      if (_iMount > ind || _iMount < 0) {
    131131        ++num;
    132132      }
Note: See TracChangeset for help on using the changeset viewer.