VirtualBox

Changeset 9551 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jun 9, 2008 4:12:08 PM (17 years ago)
Author:
vboxsync
Message:

Fix for spaces in shared folder names.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp

    r8691 r9551  
    72627262        }
    72637263
     7264        if (NULL != strstr(name, " "))
     7265            return errorSyntax(USAGE_SHAREDFOLDER_ADD, "No spaces allowed in parameter '-name'!");
     7266
    72647267        /* required arguments */
    72657268        if (!name || !hostpath)
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