summaryrefslogtreecommitdiff
path: root/hybrids.c
diff options
context:
space:
mode:
Diffstat (limited to 'hybrids.c')
-rw-r--r--hybrids.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hybrids.c b/hybrids.c
index 00977da..2ac2a91 100644
--- a/hybrids.c
+++ b/hybrids.c
@@ -61,7 +61,7 @@ opReduceFirst(Datum *lefto, Array *left, Array *right)
return fnSame(right);
int n = right->shape[0];
- int io = currentsymtab->io;
+ int io = globalIO();
if(n == 0)
throwerror(L"Can't figure out identity element", ENotImplemented);