Changeset 13493 in vbox
- Timestamp:
- Oct 22, 2008 2:41:12 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 38314
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxClipboard.cpp
r11430 r13493 415 415 Log(("vboxClipboardReadData vboxrc %d\n", vboxrc)); 416 416 417 if (VBOX_SUCCESS ( rc))417 if (VBOX_SUCCESS (vboxrc)) 418 418 { 419 419 if (cb > cbPrealloc)
Note:
See TracChangeset
for help on using the changeset viewer.