aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:29 -0500
committerJacek Antonelli2008-08-15 23:45:29 -0500
commit7bdb4845afdd157f95281293803567090e3f992a (patch)
treefbcada1c227d7407f9f37ccba360bfe6326d9c5e /linden/indra/newview/llstartup.cpp
parentSecond Life viewer sources 1.19.0.0 (diff)
downloadmeta-impy-7bdb4845afdd157f95281293803567090e3f992a.zip
meta-impy-7bdb4845afdd157f95281293803567090e3f992a.tar.gz
meta-impy-7bdb4845afdd157f95281293803567090e3f992a.tar.bz2
meta-impy-7bdb4845afdd157f95281293803567090e3f992a.tar.xz
Second Life viewer sources 1.19.0.2
Diffstat (limited to 'linden/indra/newview/llstartup.cpp')
-rw-r--r--linden/indra/newview/llstartup.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/llstartup.cpp b/linden/indra/newview/llstartup.cpp
index 07aefad..2e7e609 100644
--- a/linden/indra/newview/llstartup.cpp
+++ b/linden/indra/newview/llstartup.cpp
@@ -1080,7 +1080,7 @@ BOOL idle_startup()
1080 gAcceptTOS, 1080 gAcceptTOS,
1081 gAcceptCriticalMessage, 1081 gAcceptCriticalMessage,
1082 gViewerDigest, 1082 gViewerDigest,
1083 gLastExecFroze, 1083 gLastExecEvent,
1084 requested_options, 1084 requested_options,
1085 hashed_mac_string, 1085 hashed_mac_string,
1086 LLAppViewer::instance()->getSerialNumber()); 1086 LLAppViewer::instance()->getSerialNumber());
@@ -2887,8 +2887,8 @@ void update_dialog_callback(S32 option, void *userdata)
2887 2887
2888 llinfos << "Calling updater: " << update_exe_path << " " << params.str() << llendl; 2888 llinfos << "Calling updater: " << update_exe_path << " " << params.str() << llendl;
2889 2889
2890 // *REMOVE:Mani The following call is handled through ~LLAppViewer. 2890 //Explicitly remove the marker file, otherwise we pass the lock onto the child process and things get weird.
2891 // remove_marker_file(); // In case updater fails 2891 LLAppViewer::instance()->removeMarkerFile(); // In case updater fails
2892 2892
2893 // Use spawn() to run asynchronously 2893 // Use spawn() to run asynchronously
2894 int retval = _spawnl(_P_NOWAIT, update_exe_path.c_str(), update_exe_path.c_str(), params.str().c_str(), NULL); 2894 int retval = _spawnl(_P_NOWAIT, update_exe_path.c_str(), update_exe_path.c_str(), params.str().c_str(), NULL);