Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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 #274: bareos-fd on windows 7 struggles with unix-style pathes
  • Loading branch information
Marco van Wieringen committed Feb 18, 2014
1 parent 297cd69 commit 4adffb6
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 60 deletions.

0 comments on commit 4adffb6

Please sign in to comment.