Changeset 33595 in vbox for trunk/src/VBox/Additions/common/VBoxService/VBoxService.cpp
- Timestamp:
- Oct 29, 2010 10:35:00 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxService.cpp
r33550 r33595 256 256 return VBoxServiceSyntax("Failed to convert interval '%s' to a number.\n", psz); 257 257 if (*pu32 < u32Min || *pu32 > u32Max) 258 return VBoxServiceSyntax("The timesync interval of %RU32 sec conds is out of range [%RU32..%RU32].\n",258 return VBoxServiceSyntax("The timesync interval of %RU32 seconds is out of range [%RU32..%RU32].\n", 259 259 *pu32, u32Min, u32Max); 260 260 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.