mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- missed that
svn path=/trunk/; revision=28662
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user