diff options
Diffstat (limited to 'cpp/028space_surround')
-rw-r--r-- | cpp/028space_surround | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/028space_surround b/cpp/028space_surround index 7126911d..dd4fb44f 100644 --- a/cpp/028space_surround +++ b/cpp/028space_surround @@ -27,7 +27,7 @@ recipe main [ :(replace{} "int space(const reagent& x)") int space(const reagent& x) { - return space(x, space_index(x), Current_routine.calls.top().default_space); + return space(x, space_index(x), Current_routine->calls.top().default_space); } int space(const reagent& x, int space_index, int base) { |