diff options
Diffstat (limited to 'linden/indra/llmath/llcrc.cpp')
-rw-r--r-- | linden/indra/llmath/llcrc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llmath/llcrc.cpp b/linden/indra/llmath/llcrc.cpp index 2338691..447521a 100644 --- a/linden/indra/llmath/llcrc.cpp +++ b/linden/indra/llmath/llcrc.cpp | |||
@@ -171,7 +171,7 @@ void LLCRC::update(const char* filename) | |||
171 | return; | 171 | return; |
172 | } | 172 | } |
173 | 173 | ||
174 | FILE* fp = LLFile::fopen(filename, "rb"); /* Flawfinder: ignore */ | 174 | LLFILE* fp = LLFile::fopen(filename, "rb"); /* Flawfinder: ignore */ |
175 | 175 | ||
176 | if (fp) | 176 | if (fp) |
177 | { | 177 | { |