about summary refs log tree commit diff stats
path: root/html/062convert_ingredients_to_text.cc.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-02-07 00:25:27 -0800
committerKartik K. Agaram <vc@akkartik.com>2017-02-07 00:25:27 -0800
commit85553e522cfd8cf6ecb9f8c6819bff044197502b (patch)
treeeae7c3e9ac3cffed4b6c7967f721768f64c151f6 /html/062convert_ingredients_to_text.cc.html
parent598f1b5362eb799e40836ceeb5452c9ba937fd6c (diff)
downloadmu-85553e522cfd8cf6ecb9f8c6819bff044197502b.tar.gz
3747
Diffstat (limited to 'html/062convert_ingredients_to_text.cc.html')
-rw-r--r--html/062convert_ingredients_to_text.cc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/062convert_ingredients_to_text.cc.html b/html/062convert_ingredients_to_text.cc.html
index 9eae6173..c97557e4 100644
--- a/html/062convert_ingredients_to_text.cc.html
+++ b/html/062convert_ingredients_to_text.cc.html
@@ -147,7 +147,7 @@ if ('onhashchange' in window) {
 <span id="L86" class="LineNr"> 86 </span>        convert_ingredient_to_text<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">),</span> new_instructions<span class="Delimiter">,</span> ingredient_name<span class="Delimiter">.</span>str<span class="Delimiter">());</span>
 <span id="L87" class="LineNr"> 87 </span>      <span class="Delimiter">}</span>
 <span id="L88" class="LineNr"> 88 </span>    <span class="Delimiter">}</span>
-<span id="L89" class="LineNr"> 89 </span>    <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>old_name == <span class="Constant">&quot;append&quot;</span><span class="Delimiter">)</span> <span class="Delimiter">{</span>
+<span id="L89" class="LineNr"> 89 </span>    <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name_before_rewrite == <span class="Constant">&quot;append&quot;</span><span class="Delimiter">)</span> <span class="Delimiter">{</span>
 <span id="L90" class="LineNr"> 90 </span>      <span class="Comment">// override only variants that try to append to a string</span>
 <span id="L91" class="LineNr"> 91 </span>      <span class="Comment">// Beware: this hack restricts how much 'append' can be overridden. Any</span>
 <span id="L92" class="LineNr"> 92 </span>      <span class="Comment">// new variants that match:</span>