mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-01-26 23:04:23 +00:00
mustdie
This commit is contained in:
parent
adbe75007a
commit
05978bfde1
@ -358,7 +358,11 @@ bool FileSystem_GetExecutableDir( char *exedir, int exeDirLen )
|
||||
Q_FixSlashes( exedir );
|
||||
}
|
||||
# endif
|
||||
# ifdef POSIX
|
||||
Q_strncpy( exedir, LIBDIR, exeDirLen );
|
||||
# else
|
||||
exedir = "bin";
|
||||
# endif
|
||||
#endif
|
||||
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user