aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llappviewermacosx.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:30 -0500
committerJacek Antonelli2008-08-15 23:45:30 -0500
commit6fa6022a3f6d5bf71d97a59ec89929575f2ffd11 (patch)
tree3d1f89612dab6f8a8089ccac8cfeb6372f6fad8c /linden/indra/newview/llappviewermacosx.cpp
parentSecond Life viewer sources 1.19.0.2 (diff)
downloadmeta-impy-6fa6022a3f6d5bf71d97a59ec89929575f2ffd11.zip
meta-impy-6fa6022a3f6d5bf71d97a59ec89929575f2ffd11.tar.gz
meta-impy-6fa6022a3f6d5bf71d97a59ec89929575f2ffd11.tar.bz2
meta-impy-6fa6022a3f6d5bf71d97a59ec89929575f2ffd11.tar.xz
Second Life viewer sources 1.19.0.3
Diffstat (limited to 'linden/indra/newview/llappviewermacosx.cpp')
-rw-r--r--linden/indra/newview/llappviewermacosx.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/linden/indra/newview/llappviewermacosx.cpp b/linden/indra/newview/llappviewermacosx.cpp
index 3e31ad7..e277425 100644
--- a/linden/indra/newview/llappviewermacosx.cpp
+++ b/linden/indra/newview/llappviewermacosx.cpp
@@ -112,10 +112,7 @@ void LLAppViewerMacOSX::handleCrashReporting()
112{ 112{
113 // Macintosh 113 // Macintosh
114 LLString command_str; 114 LLString command_str;
115 command_str = "crashreporter.app/Contents/MacOS/crashreporter "; 115 command_str = "open crashreporter.app";
116 command_str += "-user ";
117 command_str += gGridName;
118 command_str += " &"; // This backgrounds the command so system() doesn't block until the crashreporter exits.
119 system(command_str.c_str()); /* Flawfinder: ignore */ 116 system(command_str.c_str()); /* Flawfinder: ignore */
120 117
121 // Sometimes signals don't seem to quit the viewer. 118 // Sometimes signals don't seem to quit the viewer.