Commit 14a8a29
authored
Refactor indexing to display as 1-indexed (#26)
Internally, the function index is 0 indexed, but displays as being 1
indexed. This patch fixes that and also limits the funcIndex to be
within range of [1, numFunctions].1 parent 1eb9715 commit 14a8a29
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
85 | 87 | | |
86 | 88 | | |
87 | | - | |
| 89 | + | |
| 90 | + | |
88 | 91 | | |
89 | 92 | | |
90 | 93 | | |
| |||
0 commit comments