From 49cde1ac27db19961509612cdff6012871c849f9 Mon Sep 17 00:00:00 2001 From: Er2 Date: Mon, 1 May 2023 22:09:52 +0300 Subject: [PATCH] mustdie --- public/filesystem_init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/filesystem_init.cpp b/public/filesystem_init.cpp index f503d19c..c6baf73a 100644 --- a/public/filesystem_init.cpp +++ b/public/filesystem_init.cpp @@ -361,7 +361,7 @@ bool FileSystem_GetExecutableDir( char *exedir, int exeDirLen ) # ifdef POSIX Q_strncpy( exedir, LIBDIR, exeDirLen ); # else - exedir = "bin"; + Q_strncpy( exedir, "./bin", exeDirLen ); # endif #endif