- forgot one thing
authorJohannes Anderwald <johannes.anderwald@reactos.org>
Mon, 8 Oct 2007 08:17:43 +0000 (08:17 +0000)
committerJohannes Anderwald <johannes.anderwald@reactos.org>
Mon, 8 Oct 2007 08:17:43 +0000 (08:17 +0000)
svn path=/trunk/; revision=29452

reactos/tools/sysreg/conf_parser.cpp
reactos/tools/sysreg/rosboot_test.cpp

index 7412b3e..f1b9d15 100644 (file)
@@ -59,7 +59,7 @@ namespace Sysreg_
                                                if (value[value.length () -1] == 0xA)
                                                {
                                                        // remove newline char
-                                                       value[value.length ()-1] = _T('\0');
+                                                       value[value.length ()-1] = '\0';
                                                }
 */
 //                        cerr << "name: "<< name << "value: "<< value << "|" << endl;
index b21d870..2d790e7 100644 (file)
@@ -191,7 +191,7 @@ namespace Sysreg_
                              "create",
                              "-f",
 #ifdef __LINUX__
-                            _T("raw"),
+                            "raw",
 #else
                             "vmdk",
 #endif