19 Jul
2018
19 Jul
'18
9:41 p.m.
On Jul 19, 2018, at 3:37 PM, Chip Davis <cdavis(a)codeweavers.com> wrote:
July 19, 2018 3:34 PM, "Ken Thomases" <ken(a)codeweavers.com> wrote:
trash_path is just big enough for the path to the Trash directory. You can't concatenate to it without reallocating it larger. Actually, that's why I added the size of the base_name to the total size--specifically so I could do that.
Ah, right. Sorry. :) -Ken