- Timestamp:
- Oct 12, 2020 9:33:02 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/testcase/tstClipboardGH-X11.cpp
r85845 r86537 187 187 { 188 188 Atom atom = 0; 189 unsigned i = 0; 190 const size_t j = clipReportMaxX11Formats(); 191 192 for (i = 0; i < j; ++i) 189 const size_t const cFormats = clipReportMaxX11Formats(); 190 size_t i; 191 for (i = 0; i < cFormats; ++i) 193 192 { 194 193 if (!strcmp(pcsz, g_aFormats[i].pcszAtom))
Note:
See TracChangeset
for help on using the changeset viewer.