Commit 170946d
committed
mktables: Fix #23520
The code was attempting to get a slice of an entire array excluding the
0th element. But it was using the wrong incantation.
The array is the path to a file with each element being one directory.
And it just happened to work because of the current layout of the
directories. This commit changes so it would continue to work if the
directory structure were to be altered.1 parent 9df4510 commit 170946d
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16087 | 16087 | | |
16088 | 16088 | | |
16089 | 16089 | | |
16090 | | - | |
| 16090 | + | |
| 16091 | + | |
| 16092 | + | |
| 16093 | + | |
16091 | 16094 | | |
16092 | 16095 | | |
16093 | 16096 | | |
| |||
0 commit comments