Commit 2ef1706
committed
Fix LongNames failing for names specifically 512n+1 chars long: we're allocating an extra char which is written NULL for whatever reason, but the writeout code were forgetting to actually write it if it were the only char to fall out of the write buffer of 512 bytes.
1 parent 341466b commit 2ef1706
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
| 241 | + | |
242 | 242 | | |
243 | | - | |
| 243 | + | |
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
| |||
0 commit comments