21 Nov
2018
21 Nov
'18
2:24 p.m.
On 21/11/2018 13:33, Jacek Caban wrote:
From: Andre Heider <a.heider(a)gmail.com>
If e.g. the 64bit libdir was set to /foo/lib/x86_64-linux-gnu/bar, winegcc will now look for the 32bit libdir at /foo/lib/i386-linux-gnu/bar.
Signed-off-by: Andre Heider <a.heider(a)gmail.com> Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> ---
I simplified string copies a bit and fixed off-by-one mistake.
Oh, thanks for fixing that up (and why didn't I see that?)!