Browse Source

mustdie

pull/246/head
Er2 2 years ago
parent
commit
49cde1ac27
  1. 2
      public/filesystem_init.cpp

2
public/filesystem_init.cpp

@ -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…
Cancel
Save