Changeset 1162 in ntrip
- Timestamp:
- Oct 18, 2008, 10:01:32 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncgetthread.cpp
r1159 r1162 128 128 QUrl url(hlp[0]); 129 129 if (_mountPoint.path() == url.path()) { 130 if (_iMount > ind ) {130 if (_iMount > ind || _iMount < 0) { 131 131 ++num; 132 132 }
Note:
See TracChangeset
for help on using the changeset viewer.