diff options
Diffstat (limited to 'linden/indra/newview/llappviewerlinux.cpp')
-rw-r--r-- | linden/indra/newview/llappviewerlinux.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llappviewerlinux.cpp b/linden/indra/newview/llappviewerlinux.cpp index bb6cf9f..bfad899 100644 --- a/linden/indra/newview/llappviewerlinux.cpp +++ b/linden/indra/newview/llappviewerlinux.cpp | |||
@@ -270,7 +270,7 @@ static inline BOOL do_elfio_glibc_backtrace() | |||
270 | uintptr_t(stackarray[btpos]) < value+ssize) | 270 | uintptr_t(stackarray[btpos]) < value+ssize) |
271 | { | 271 | { |
272 | // symbol is inside viewer | 272 | // symbol is inside viewer |
273 | fprintf(StraceFile, "%-32s\t", "com.secondlife.indra.viewer"); | 273 | fprintf(StraceFile, "%-32s\t", "org.imprudenceviewer.viewer"); |
274 | fprintf(StraceFile, "%p ", stackarray[btpos]); | 274 | fprintf(StraceFile, "%p ", stackarray[btpos]); |
275 | 275 | ||
276 | char *demangled_str = NULL; | 276 | char *demangled_str = NULL; |