- Timestamp:
- Mar 3, 2015 9:00:25 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c
r54608 r54610 1035 1035 || *pszValue == 'n' 1036 1036 || *pszValue == 'N' 1037 || *pszValue == 'y'1038 || *pszValue == 'y'1039 1037 || *pszValue == 'd' 1040 1038 || *pszValue == 'D' 1041 || !strcmp(pszValue, "off") 1039 || ( (*pszValue == 'o' || *pszValue == 'O') 1040 && (*pszValue == 'f' || *pszValue == 'F') ) 1042 1041 ) 1043 1042 g_DevExt.fLoggingEnabled = false;
Note:
See TracChangeset
for help on using the changeset viewer.