aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llframestats.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:50 -0500
committerJacek Antonelli2008-08-15 23:45:50 -0500
commit2a4dea528f670b9bb1f77ef27a8a1dd16603d114 (patch)
tree95c68e362703c9099d571ecbdc6142b1cda1e005 /linden/indra/newview/llframestats.cpp
parentSecond Life viewer sources 1.20.6 (diff)
downloadmeta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.zip
meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.gz
meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.bz2
meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.xz
Second Life viewer sources 1.20.7
Diffstat (limited to 'linden/indra/newview/llframestats.cpp')
-rw-r--r--linden/indra/newview/llframestats.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llframestats.cpp b/linden/indra/newview/llframestats.cpp
index f67c3b8..c7519c9 100644
--- a/linden/indra/newview/llframestats.cpp
+++ b/linden/indra/newview/llframestats.cpp
@@ -184,7 +184,7 @@ void LLFrameStats::dump()
184 184
185 char filename[LL_MAX_PATH]; /* Flawfinder: ignore */ 185 char filename[LL_MAX_PATH]; /* Flawfinder: ignore */
186 snprintf(filename, LL_MAX_PATH, "%s", gDirUtilp->getExpandedFilename(LL_PATH_LOGS, file_with_num).c_str()); /* Flawfinder: ignore */ 186 snprintf(filename, LL_MAX_PATH, "%s", gDirUtilp->getExpandedFilename(LL_PATH_LOGS, file_with_num).c_str()); /* Flawfinder: ignore */
187 FILE *fp = LLFile::fopen(filename, "w"); /* Flawfinder: ignore */ 187 LLFILE *fp = LLFile::fopen(filename, "w"); /* Flawfinder: ignore */
188 if (!fp) 188 if (!fp)
189 { 189 {
190 llinfos << "Couldn't open file for dumping frame stats!" << llendl; 190 llinfos << "Couldn't open file for dumping frame stats!" << llendl;