mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 01:41:48 +00:00
[LOG2LINES] Partially sync output format from command line input (#1109)
This commit is contained in:
parent
c2083ed360
commit
5c77cd9050
1 changed files with 6 additions and 2 deletions
|
@ -644,8 +644,12 @@ main(int argc, const char **argv)
|
||||||
if (exefile)
|
if (exefile)
|
||||||
{
|
{
|
||||||
l2l_dbg(2, "translating %s %s\n", exefile, offset);
|
l2l_dbg(2, "translating %s %s\n", exefile, offset);
|
||||||
translate_file(exefile, my_atoi(offset), Line);
|
printf("<%s:%s", exefile, offset);
|
||||||
printf("%s\n", Line);
|
if (!translate_file(exefile, my_atoi(offset), Line))
|
||||||
|
{
|
||||||
|
printf(" (%s)", Line);
|
||||||
|
}
|
||||||
|
printf(">\n");
|
||||||
report(conOut);
|
report(conOut);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue