diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llappviewer.cpp | 3 |
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 | { |