diff options
Diffstat (limited to 'hybrids.c')
-rw-r--r-- | hybrids.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |