mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
-fix build
svn path=/trunk/; revision=28840
This commit is contained in:
@@ -170,7 +170,7 @@ namespace Sysreg_
|
||||
options[0] = (TCHAR*)qemuimgdir.c_str();
|
||||
options[2] = (TCHAR*)image.c_str();
|
||||
|
||||
cerr << "Creating HDD Image ..." << output << endl;
|
||||
cerr << "Creating HDD Image ..." << image << endl;
|
||||
if (OsSupport::createProcess ((TCHAR*)qemuimgdir.c_str(), 4, options, true))
|
||||
{
|
||||
m_HDDImage = image;
|
||||
|
||||
Reference in New Issue
Block a user