- Timestamp:
- Oct 28, 2007, 11:24:52 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncrinex.cpp
r554 r556 150 150 while (true) { 151 151 if (socket->canReadLine()) { 152 irc = success;153 152 QString line = socket->readLine(); 154 153 line.chop(1); 154 if (line.indexOf("MARKER NAME") != -1) { 155 irc = success; 156 } 155 157 if (line.indexOf("RINEX VERSION") != -1) { 156 158 if (_rinexVers == 3) {
Note:
See TracChangeset
for help on using the changeset viewer.