VirtualBox

Changeset 57849 in vbox for trunk


Ignore:
Timestamp:
Sep 22, 2015 8:39:31 AM (9 years ago)
Author:
vboxsync
Message:

HostServices/SharedFolders: allow colon character for darwin host.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedFolders/vbsfpath.cpp

    r57782 r57849  
    442442 */
    443443static const char sachCharBlackList[] = ":/\\|";
    444 #elif defined(RT_OS_DARWIN)
    445 /* Technically only '/' is not allowed, but apparently ':' has a special meaning in Finder.
    446  */
    447 static const char sachCharBlackList[] = ":/";
    448444#else
    449445/* Something else. */
Note: See TracChangeset for help on using the changeset viewer.

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