VirtualBox

Changeset 43421 in vbox


Ignore:
Timestamp:
Sep 25, 2012 7:00:32 AM (12 years ago)
Author:
vboxsync
Message:

VBoxManage: showvminfo --machinereadable the actual fix

File:
1 edited

Legend:

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

    r43382 r43421  
    225225                break;
    226226            }
    227             RTPrintf("%.*s\\%c", psz - pszNext, *pszNext);
     227            RTPrintf("%.*s\\%c", pszNext - psz, psz, *pszNext);
    228228            psz = pszNext + 1;
    229229        }
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