aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:32 -0500
committerJacek Antonelli2008-08-15 23:45:32 -0500
commitd77dde207b00abbc05269773b108e71aeb48209c (patch)
treeb96bb49b3774d68b8ddf66dd81d6000672c2ff0f /linden/indra/newview/llappviewer.cpp
parentSecond Life viewer sources 1.19.0.4 (diff)
downloadmeta-impy-d77dde207b00abbc05269773b108e71aeb48209c.zip
meta-impy-d77dde207b00abbc05269773b108e71aeb48209c.tar.gz
meta-impy-d77dde207b00abbc05269773b108e71aeb48209c.tar.bz2
meta-impy-d77dde207b00abbc05269773b108e71aeb48209c.tar.xz
Second Life viewer sources 1.19.0.5
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llappviewer.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llappviewer.cpp b/linden/indra/newview/llappviewer.cpp
index 30ac8fa..cda3ba5 100644
--- a/linden/indra/newview/llappviewer.cpp
+++ b/linden/indra/newview/llappviewer.cpp
@@ -562,6 +562,8 @@ int parse_args(int argc, char **argv)
562 562
563 for (j = 1; j < argc; j++) 563 for (j = 1; j < argc; j++)
564 { 564 {
565 // Used to show first chunk of each argument passed in the
566 // window title.
565 gArgs += argv[j]; 567 gArgs += argv[j];
566 gArgs += " "; 568 gArgs += " ";
567 569
@@ -865,6 +867,7 @@ int parse_args(int argc, char **argv)
865 // that someone can use IE (or potentially other browsers) 867 // that someone can use IE (or potentially other browsers)
866 // and do the rough equivalent of command injection and 868 // and do the rough equivalent of command injection and
867 // steal passwords. Phoenix. SL-55321 869 // steal passwords. Phoenix. SL-55321
870 return 0;
868 } 871 }
869 else if (!strcmp(argv[j], "-ignorepixeldepth")) 872 else if (!strcmp(argv[j], "-ignorepixeldepth"))
870 { 873 {