X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=src%2Fclub%2Fwpia%2Fgigi%2Foutput%2Ftemplate%2FTemplate.java;fp=src%2Fclub%2Fwpia%2Fgigi%2Foutput%2Ftemplate%2FTemplate.java;h=d3f5a011aa6448a8e2aae66e5a7055eb6942e844;hp=454c0c5846d4b35df39bf62e44fa8566bc0a7840;hb=a33c4ac585be9c61cc5b354a7d738ec258adfdca;hpb=7fdcb19d8efdad5839f56d0c95028cad0460da3d diff --git a/src/club/wpia/gigi/output/template/Template.java b/src/club/wpia/gigi/output/template/Template.java index 454c0c58..d3f5a011 100644 --- a/src/club/wpia/gigi/output/template/Template.java +++ b/src/club/wpia/gigi/output/template/Template.java @@ -322,7 +322,7 @@ public class Template implements Outputable { public void merge(ParseContext other) { line = other.line; column = other.column; - parseException.append(other.parseException); + append(other); } public void append(ParseContext other) {