Changeset 21387 in vbox for trunk/src/VBox/Main/include/DHCPServerRunner.h
- Timestamp:
- Jul 8, 2009 10:34:06 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/DHCPServerRunner.h
r18208 r21387 64 64 65 65 #ifdef RT_OS_WINDOWS 66 if (val && strlen(val))66 if (val && *val) 67 67 { 68 68 mOptions[opt] = "\""; … … 70 70 mOptions[opt].append("\""); 71 71 } 72 else 72 73 #endif 73 else74 74 { 75 75 mOptions[opt] = val;
Note:
See TracChangeset
for help on using the changeset viewer.