Changeset 74140 in vbox for trunk/src/VBox/Additions/common/VBoxGuest
- Timestamp:
- Sep 7, 2018 1:14:44 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 124912
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibDragAndDrop.cpp
r69500 r74140 394 394 if (fDoAccounting) 395 395 { 396 if ( !cbToRecvBytes397 && !cToRecvObjs)398 {396 /* Note: Do not check for cbToRecvBytes == 0 here, as this might be just 397 * a bunch of 0-byte files to be transferred. */ 398 if (!cToRecvObjs) 399 399 return VINF_SUCCESS; 400 }401 400 } 402 401
Note:
See TracChangeset
for help on using the changeset viewer.