aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llappviewerlinux.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llappviewerlinux.cpp')
-rw-r--r--linden/indra/newview/llappviewerlinux.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llappviewerlinux.cpp b/linden/indra/newview/llappviewerlinux.cpp
index d02e86a..54ba305 100644
--- a/linden/indra/newview/llappviewerlinux.cpp
+++ b/linden/indra/newview/llappviewerlinux.cpp
@@ -263,7 +263,7 @@ static inline BOOL do_elfio_glibc_backtrace()
263 for (btpos = 0; btpos < btsize; ++btpos) 263 for (btpos = 0; btpos < btsize; ++btpos)
264 { 264 {
265 // the format of the StraceFile is very specific, to allow (kludgy) machine-parsing 265 // the format of the StraceFile is very specific, to allow (kludgy) machine-parsing
266 fprintf(StraceFile, "%-3d ", btpos); 266 fprintf(StraceFile, "%-3ld ", (long)btpos);
267 int symidx; 267 int symidx;
268 for (symidx = 0; symidx < nSymNo; ++symidx) 268 for (symidx = 0; symidx < nSymNo; ++symidx)
269 { 269 {