From 1fb0cf9ef9e616163039fd4df6584c6c2ba68d23 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 12 May 2018 19:55:21 -0700 Subject: 4243 --- html/072recipe.cc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/072recipe.cc.html') diff --git a/html/072recipe.cc.html b/html/072recipe.cc.html index be80dff4..0aadddd3 100644 --- a/html/072recipe.cc.html +++ b/html/072recipe.cc.html @@ -618,7 +618,7 @@ if ('onhashchange' in window) { 555 for (int i = 0; i < SIZE(inst.ingredients); ++i) { 556 if (!is_mu_recipe(inst.ingredients.at(i))) continue; 557 if (non_ghost_size(get_or_insert(Recipe_variants, inst.ingredients.at(i).name)) < 1) continue; -558 if (get(Recipe_ordinal, inst.name) < MAX_PRIMITIVE_RECIPES) continue; +558 if (get(Recipe_ordinal, inst.name) < MAX_PRIMITIVE_RECIPES) continue; 559 if (non_ghost_size(get_or_insert(Recipe_variants, inst.name)) > 1) { 560 raise << maybe(caller_recipe.name) << "sorry, we're not yet smart enough to simultaneously guess which overloads you want for '" << inst.name << "' and '" << inst.ingredients.at(i).name << "'\n" << end(); 561 return; -- cgit 1.4.1-2-gfad0