mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
- missed that
svn path=/trunk/; revision=28662
This commit is contained in:
parent
4adb5cb9a7
commit
8d1c787d57
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ namespace Sysreg_
|
|||
options[2] = (TCHAR*)output.c_str();
|
||||
|
||||
cerr << "Creating HDD Image ..." << output << endl;
|
||||
if (OsSupport::createProcess ((TCHAR*)qemuimgdir.c_str(), 3, options, true))
|
||||
if (OsSupport::createProcess ((TCHAR*)qemuimgdir.c_str(), 4, options, true))
|
||||
{
|
||||
m_HDDImage = output;
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue