Skip to content

Commit e35c7cc

Browse files
committed
trigger-ci
1 parent 1ecd97d commit e35c7cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jsrc/conversions.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,7 @@ jtbcvt(J jt, C mode, array w) -> array {
557557
w = result; // this result is now eligible for further demotion
558558
}
559559
}
560+
560561
// for all numerics, try Boolean/int/float in order, stopping when we find one that holds the data
561562
if (((mode & 1) != 0) || ((AT(w) & (XNUM + RAT)) == 0)) { // if we are not stopping at XNUM/RAT
562563
// To avoid a needless copy, suppress conversion to B01 if type is B01, to INT if type is INT, etc

0 commit comments

Comments
 (0)