diff options
Diffstat (limited to '053rewrite_stash.cc')
-rw-r--r-- | 053rewrite_stash.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/053rewrite_stash.cc b/053rewrite_stash.cc index b6602041..ae55ad9e 100644 --- a/053rewrite_stash.cc +++ b/053rewrite_stash.cc @@ -38,7 +38,7 @@ void rewrite_stashes_to_text_named(recipe& caller) { def.name = "to-text-line"; def.ingredients.push_back(inst.ingredients.at(j)); ostringstream ingredient_name; - ingredient_name << "stash_" << stash_instruction_idx << '_' << j << ":address:array:character"; + ingredient_name << "stash_" << stash_instruction_idx << '_' << j << ":address:shared:array:character"; def.products.push_back(reagent(ingredient_name.str())); new_instructions.push_back(def); inst.ingredients.at(j).clear(); // reclaim old memory |