detailed message

This commit is contained in:
rusefi 2018-03-18 09:03:39 -04:00
parent a44575aef8
commit 5004545f03
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -175,7 +175,7 @@ public class ConfigField {
tsPosition += size;
} else if (tsInfo == null) {
tsHeader.write(";skipping " + prefix + name + " offset " + tsPosition);
tsHeader.write(";no TS info - skipping " + prefix + name + " offset " + tsPosition);
tsPosition += arraySize * elementSize;
} else if (arraySize != 1) {
tsHeader.write("\t" + addTabsUpTo(nameWithPrefix, LENGTH) + "\t\t= array, ");