about summary refs log tree commit diff stats
path: root/071recipe.cc
diff options
context:
space:
mode:
Diffstat (limited to '071recipe.cc')
-rw-r--r--071recipe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/071recipe.cc b/071recipe.cc
index 6efb023d..f4256996 100644
--- a/071recipe.cc
+++ b/071recipe.cc
@@ -262,7 +262,7 @@ reagent next_recipe_reagent(const type_tree* curr) {
   if (!curr->left) return reagent("recipe:"+curr->name);
   reagent result;
   result.name = "recipe";
-  result.type = new type_tree(*curr->left);
+  result.type = new type_tree(*curr);
   return result;
 }
 
' href='#n96'>96
tik.com>  2016-09-17 00:43:20 -0700

3380' href='/akkartik/mu/commit/screen.mu?h=main&id=192d59d3bb9ee0baa1afd82cb5d0f352bdc6e403'>192d59d3 ^
bc643692 ^


08f4628e ^

bc643692 ^











290fe117 ^
a63ebc92 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28