Using less memory and time to figure out if warnings occurred.
This commit is contained in:
parent
76c2e969ac
commit
01e65176d4
4 changed files with 31 additions and 15 deletions
|
@ -348,7 +348,7 @@ public class TibTextUtils implements THDLWylieConstants {
|
|||
}
|
||||
try {
|
||||
int tloc[] = new int[] { loc };
|
||||
ACIPConverter.convertToTMW(al, tdoc, null, null,
|
||||
ACIPConverter.convertToTMW(al, tdoc, null, null, null,
|
||||
putWarningsInOutput, warningLevel,
|
||||
colors, tloc);
|
||||
return tloc[0] - loc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue