Changeset 2968 in ntrip
- Timestamp:
- Feb 4, 2011, 12:05:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bncpppclient.cpp ΒΆ
r2967 r2968 265 265 // Check the Mountpoint (source of corrections) 266 266 // -------------------------------------------- 267 if (_pppCorrMount.isEmpty() 267 if (!_pppCorrMount.isEmpty()) { 268 268 QMutableListIterator<QString> itm(corrList); 269 269 while (itm.hasNext()) {
Note:
See TracChangeset
for help on using the changeset viewer.