Skip to content

Commit

Permalink
Update dll/kernel32.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com>
  • Loading branch information
mkst and AngheloAlf authored Feb 10, 2024
1 parent 619bce9 commit a59dea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dll/kernel32.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ namespace kernel32 {

const char* tmp_dir;
if (!(tmp_dir = getenv("WIBO_TMP_DIR"))) {
tmp_dir = "Z:\\tmp";
tmp_dir = "Z:\\tmp\\";
}

strcpy(lpBuffer, tmp_dir);
Expand Down

0 comments on commit a59dea4

Please sign in to comment.