Commit 7ccc1c3
authored
Strip null characters from variable name in
This updates `getvarnames` to match the functionality of `read_matrix` using `strip` to deal with the possibility of terminal (or beginning) null characters.
Note: `getvarnames` is only used when 1) checking if a `Matlabv4File` has a specific key, 2) getting the keys of such a file OR 3) `read`ing a specific variable from such a file.getvarnames (JuliaIO#210)1 parent 50a9156 commit 7ccc1c3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| |||
0 commit comments