File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5234,7 +5234,7 @@ static void ClearTopicConcept(WORDP D, uint64 build)
52345234static void DumpErrors ()
52355235{
52365236 if (errorIndex) Log (ECHOSTDTRACELOG,(char *)" \r\n ERROR SUMMARY: \r\n " );
5237- for (unsigned int i = 0 ; i < errorIndex; ++i) Log (ECHOSTDTRACELOG,(char *)" %s\r\n " ,errors[i]);
5237+ for (unsigned int i = 0 ; i < errorIndex; ++i) Log (ECHOSTDTRACELOG,(char *)" %s" ,errors[i]);
52385238}
52395239
52405240static void DumpWarnings ()
@@ -5247,7 +5247,7 @@ static void DumpWarnings()
52475247 else if (strstr (warnings[i],(char *)" is unknown as a word" )) {}
52485248 else if (strstr (warnings[i],(char *)" in opposite case" )){}
52495249 else if (strstr (warnings[i],(char *)" a function call" )){}
5250- else Log (ECHOSTDTRACELOG,(char *)" %s\r\n " ,warnings[i]);
5250+ else Log (ECHOSTDTRACELOG,(char *)" %s" ,warnings[i]);
52515251 }
52525252}
52535253
You can’t perform that action at this time.
0 commit comments