Commit 8136d94
Ensure path seperator between dirname and filename
Previously new-hbmenu assumed that dirname always ended with a '/'.
This used to be the case with devkitARM, however this is not portable, and
on for example, linux the path does not end in a '/'.
Recently devkitARM was changed to ensure that the path never ends in '/'.
devkitPro/newlib@806a4d31 parent ab65a14 commit 8136d94
1 file changed
Lines changed: 2 additions & 2 deletions
File tree
- source
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| |||
0 commit comments