about summary refs log tree commit diff stats
path: root/cpp/011load
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/011load')
-rw-r--r--cpp/011load1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/011load b/cpp/011load
index b7fa4a20..ab2d6535 100644
--- a/cpp/011load
+++ b/cpp/011load
@@ -32,6 +32,7 @@ int add_recipe(string form) {
   while (next_instruction(in, &curr)) {
     Recipe[r].steps.push_back(curr);
   }
+  Recipe[r].name = recipe_name;
   return r;
 }