VirtualBox

Changeset 14290 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Nov 18, 2008 11:57:53 AM (16 years ago)
Author:
vboxsync
Message:

Main: Fixed typos in printf arg list (could lead to problems similar to ones from in #3312 when taking offline snapshots of saved VMs with inaccessible saved state files).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/MachineImpl.cpp

    r14263 r14290  
    95759575        if (RT_FAILURE (vrc))
    95769576            rc = setError (E_FAIL,
    9577                 tr ("Could not copy the state file '%ls' to '%ls' (%Rrc)"),
    9578                 stateFrom.raw(), stateTo.raw());
     9577                tr ("Could not copy the state file '%s' to '%s' (%Rrc)"),
     9578                stateFrom.raw(), stateTo.raw(), vrc);
    95799579    }
    95809580
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