Commit c84324f
authored
Bugfix: Convert numbers to Int in extendedterminfo (#51195)
Before, in the extendedterminfo function in terminfo.jl, if the numbers
array was nonempty, the function would fail as a `UInt32` cannot be
implicitly converted to the output `Int` type. Do this conversion
explicitly.
Closes #511901 parent ba16663 commit c84324f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
0 commit comments