Changeset 44879 in vbox for trunk/src/VBox
- Timestamp:
- Feb 28, 2013 10:10:20 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.c
r44878 r44879 127 127 else 128 128 { 129 #ifdef CONFIG_NLS_DEFAULT 129 130 /* If no NLS charset specified, try to load the default 130 131 * one if it's not points to UTF8. */ 131 if (_IS_UTF8(CONFIG_NLS_DEFAULT)) 132 if (!_IS_UTF8(CONFIG_NLS_DEFAULT) && CONFIG_NLS_DEFAULT != "") 133 sf_g->nls = load_nls_default(); 134 else 135 #endif 132 136 sf_g->nls = NULL; 133 else 134 sf_g->nls = load_nls_default(); 137 135 138 } 136 139 #undef _IS_UTF8
Note:
See TracChangeset
for help on using the changeset viewer.