From b2566a847948ba808d4ca93d02bcc62ee6487255 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 2 Feb 2016 09:59:40 -0800 Subject: 2625 --- html/011load.cc.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'html/011load.cc.html') diff --git a/html/011load.cc.html b/html/011load.cc.html index 1bb04a8c..205faacf 100644 --- a/html/011load.cc.html +++ b/html/011load.cc.html @@ -109,8 +109,10 @@ void slurp_body(istream& in(next_instruction(in, &curr)) { // End Rewrite Instruction(curr, recipe result) trace(9992, "load") << "after rewriting: " << curr.to_string() << end(); - if (!curr.is_clear()) + if (!curr.is_clear()) { + curr.original_string = curr.to_string(); result.steps.push_back(curr); + } } } -- cgit 1.4.1-2-gfad0