Changeset 18509 in vbox for trunk/src/VBox/Additions/common/VBoxControl
- Timestamp:
- Mar 29, 2009 2:48:19 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 45357
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp
r16152 r18509 1045 1045 */ 1046 1046 char const * const *papszPatterns = NULL; 1047 size_t cPatterns = 0;1047 uint32_t cPatterns = 0; 1048 1048 if ( argc > 1 1049 1049 && !strcmp(argv[0], "-patterns"))
Note:
See TracChangeset
for help on using the changeset viewer.