mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-04-19 09:27:16 +00:00
mustdie
This commit is contained in:
parent
05978bfde1
commit
49cde1ac27
@ -361,7 +361,7 @@ bool FileSystem_GetExecutableDir( char *exedir, int exeDirLen )
|
|||||||
# ifdef POSIX
|
# ifdef POSIX
|
||||||
Q_strncpy( exedir, LIBDIR, exeDirLen );
|
Q_strncpy( exedir, LIBDIR, exeDirLen );
|
||||||
# else
|
# else
|
||||||
exedir = "bin";
|
Q_strncpy( exedir, "./bin", exeDirLen );
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user