bareos2015: bareos-14.2 2fc981ba
Author | Committer | Branch | Timestamp | Parent | |
---|---|---|---|---|---|
mvwieringen | mvwieringen | bareos-14.2 | 2014-02-18 17:48 | bareos-14.2 01e39cc4 | Pending |
Affected Issues | 0000274: bareos-fd on windows 7 struggles with unix-style pathes | ||||
Changeset | Use proper filename for windows paths. For ASCII paths you need to use unix_name_to_win32() and for UTF8 paths make_win32_path_UTF8_2_wchar() We were always doing first a unix_name_to_win32() and that output as input for UTF8 make_win32_path_UTF8_2_wchar() that ain't going to work. Fixes 0000274: bareos-fd on windows 7 struggles with unix-style pathes |
||||
mod - src/win32/compat/compat.c | Diff File | ||||
mod - src/win32/compat/include/compat.h | Diff File |