Changeset 85455 in vbox
- Timestamp:
- Jul 24, 2020 12:42:34 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139502
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDDataObject_win.cpp
r82968 r85455 288 288 } 289 289 #endif 290 LogRel3(("DnD: strMIMEType=%s , vaType=%ld\n", strMIMEType.toUtf8().constData(), vaType));290 LogRel3(("DnD: strMIMEType=%s\n", strMIMEType.toUtf8().constData())); 291 291 292 292 int rc; … … 334 334 335 335 int cFiles = lstFiles.size(); 336 LogFlowThisFunc(("Files (% zu)\n", cFiles));336 LogFlowThisFunc(("Files (%d)\n", cFiles)); 337 337 if ( RT_SUCCESS(rc) 338 338 && cFiles) … … 386 386 pCurFile += sizeof(RTUTF16); 387 387 388 LogFlowThisFunc(("\t#% zu: cchCurFile=%zu\n", i, cchCurFile));388 LogFlowThisFunc(("\t#%d: cchCurFile=%zu\n", i, cchCurFile)); 389 389 } 390 390
Note:
See TracChangeset
for help on using the changeset viewer.