We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9657d40 commit 6b0266fCopy full SHA for 6b0266f
sample/enclose_io_unix.c
@@ -736,7 +736,7 @@ EncloseIOSetCurrentDirectoryW(
736
strlen(mkdir_workdir_expanded_head + strlen(enclose_io_mkdir_scope)) + 1
737
);
738
if (0 == stat(mkdir_workdir_expanded, &mkdir_workdir_buf)) {
739
- BOOL ret = SetCurrentDirectoryW(mkdir_workdir_expanded);
+ BOOL ret = SetCurrentDirectory(mkdir_workdir_expanded);
740
if (ret) {
741
enclose_io_chdir_helper(enclose_io_converted);
742
}
0 commit comments