diff options
Diffstat (limited to 'linden/indra/llcommon/llprocessor.cpp')
-rw-r--r-- | linden/indra/llcommon/llprocessor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llcommon/llprocessor.cpp b/linden/indra/llcommon/llprocessor.cpp index d67a9c4..1c0f7e0 100644 --- a/linden/indra/llcommon/llprocessor.cpp +++ b/linden/indra/llcommon/llprocessor.cpp | |||
@@ -2230,7 +2230,7 @@ bool CProcessor::WriteInfoTextFile(const char *strFilename) | |||
2230 | return false; | 2230 | return false; |
2231 | 2231 | ||
2232 | // Then we create a new file (CREATE_ALWAYS) | 2232 | // Then we create a new file (CREATE_ALWAYS) |
2233 | FILE *file = LLFile::fopen(strFilename, "w"); /* Flawfinder: ignore */ | 2233 | LLFILE *file = LLFile::fopen(strFilename, "w"); /* Flawfinder: ignore */ |
2234 | if (!file) | 2234 | if (!file) |
2235 | return false; | 2235 | return false; |
2236 | 2236 | ||