- Timestamp:
- Feb 23, 2016, 2:46:28 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncnetqueryv2.cpp
r7704 r7813 186 186 // Copy Data and Return 187 187 // -------------------- 188 outData = _reply->readAll(); 188 if (_reply) { 189 outData = _reply->readAll(); 190 } 189 191 } 190 192
Note:
See TracChangeset
for help on using the changeset viewer.