j
k
j a
j l
I misread the code here: It's actually _overallocating_ by 1 character. Although `lstrlenW` doesn't count the null terminator, the first string it's called on includes `%s` which is two extra characters. I'll push a new patch that makes more sense.
Back to the thread
Back to the list