Changeset 33594 in vbox
- Timestamp:
- Oct 29, 2010 10:32:00 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp
r33590 r33594 515 515 const char *vrdeAddress = NULL; 516 516 const char *vrdeEnabled = NULL; 517 intcVRDEProperties = 0;517 unsigned cVRDEProperties = 0; 518 518 const char *aVRDEProperties[16]; 519 519 #ifdef VBOX_WITH_VNC … … 1047 1047 if (cVRDEProperties > 0) 1048 1048 { 1049 int i; 1050 for (i = 0; i < cVRDEProperties; i++) 1049 for (unsigned i = 0; i < cVRDEProperties; i++) 1051 1050 { 1052 1051 /* Parse 'name=value' */
Note:
See TracChangeset
for help on using the changeset viewer.