Changeset 31041 in vbox
- Timestamp:
- Jul 23, 2010 8:56:28 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp
r31025 r31041 1307 1307 if (RT_SUCCESS(rc)) 1308 1308 { 1309 RT_CLAMP(cMappings, 0, 64); /* Maximum mappings, see shflsvc.h */ 1309 /* Maximum mappings, see shflsvc.h */ 1310 if (cMappings > 64) 1311 cMappings = 64; 1310 1312 RTPrintf("Shared Folder Mappings (%u):\n\n", cMappings); 1311 1313 for (uint32_t i = 0; i < cMappings; i++)
Note:
See TracChangeset
for help on using the changeset viewer.