VirtualBox

Changeset 43050 in vbox for trunk/src/VBox/Additions/linux


Ignore:
Timestamp:
Aug 28, 2012 3:35:13 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
80385
Message:

GA: Linux: Shared Folders driver: If no NLS charset specified, try to load the default one.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.c

    r41577 r43050  
    118118    }
    119119    else
    120         sf_g->nls = NULL;
     120        /* If no NLS charset specified, try to load the default one */
     121        sf_g->nls = load_nls_default();
    121122
    122123    rc = vboxCallMapFolder(&client_handle, str_name, &sf_g->map);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette