Commit 3f8280c
Fix wrong array used for float missing-value in split_format_numeric
The BCF_HT_REAL case in split_format_numeric called
bcf_float_set_missing(src_vals[idst]) instead of
bcf_float_set_missing(dst_vals[idst]), writing the missing sentinel
into the source buffer rather than the destination. The int32 case on
the preceding line correctly uses dst_vals[idst].1 parent 9be8367 commit 3f8280c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1135 | 1135 | | |
1136 | 1136 | | |
1137 | 1137 | | |
1138 | | - | |
| 1138 | + | |
1139 | 1139 | | |
1140 | 1140 | | |
1141 | 1141 | | |
| |||
0 commit comments