#12343 closed Patch (fixed)
Fix datadir lookup on Windows
Reported by: | lazka | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | ||
Component version: | Operating system type: | ||
Operating system version: |
Description
I've built filezilla using gcc/mingw on Windows just now and noticed that the resource lookup didn't work because it looks for the wrong directory separators.
Here is a patch that made it work: https://github.com/msys2/MINGW-packages/blob/edfaec80fe83f498b851e2f46fa52176902b5138/mingw-w64-filezilla/0001-fix-datadir-lookup.patch
I hope this is helpful.
Note:
See TracTickets
for help on using tickets.
Thank you. I've committed a slightly modified version of this fix.