Qt5 command options processing

This commit is contained in:
nemerle
2014-03-07 20:01:36 +01:00
parent 50950028e0
commit 3603877f42
11 changed files with 99 additions and 131 deletions

View File

@@ -82,7 +82,7 @@ bool DccFrontend::FrontEnd ()
if (option.asm1)
{
printf("dcc: writing assembler file %s\n", asm1_name);
printf("dcc: writing assembler file %s\n", asm1_name.c_str());
}
/* Search through code looking for impure references and flag them */