Fix plug-ins not working when path >32 characters

This commit is contained in:
Siana Gearz
2012-01-27 05:05:42 +01:00
parent c652df10c6
commit 8899dbef3c

View File

@@ -117,7 +117,7 @@ LLDir_Linux::LLDir_Linux()
mOSUserAppDir = "";
mLindenUserDir = "";
char path [32]; /* Flawfinder: ignore */
char path [MAX_PATH]; /* Flawfinder: ignore */
// *NOTE: /proc/%d/exe doesn't work on FreeBSD. But that's ok,
// because this is the linux implementation.