diff options
Diffstat (limited to '043new.cc')
-rw-r--r-- | 043new.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/043new.cc b/043new.cc index 34ccf18b..4604a4fa 100644 --- a/043new.cc +++ b/043new.cc @@ -367,7 +367,7 @@ Current_routine = main_routine; for (long long int i = 1; i < argc; ++i) { vector<double> arg; arg.push_back(new_mu_string(argv[i])); - Current_routine->calls.front().ingredient_atoms.push_back(arg); + current_call().ingredient_atoms.push_back(arg); } //: stash recognizes strings |