Skip to content

Commit 6b0266f

Browse files
committed
fixW
1 parent 9657d40 commit 6b0266f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/enclose_io_unix.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ EncloseIOSetCurrentDirectoryW(
736736
strlen(mkdir_workdir_expanded_head + strlen(enclose_io_mkdir_scope)) + 1
737737
);
738738
if (0 == stat(mkdir_workdir_expanded, &mkdir_workdir_buf)) {
739-
BOOL ret = SetCurrentDirectoryW(mkdir_workdir_expanded);
739+
BOOL ret = SetCurrentDirectory(mkdir_workdir_expanded);
740740
if (ret) {
741741
enclose_io_chdir_helper(enclose_io_converted);
742742
}

0 commit comments

Comments
 (0)