aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoropensim mirror account2010-11-17 16:00:05 -0800
committeropensim mirror account2010-11-17 16:00:05 -0800
commitb5160aade0956d999772c72915ed1bf8be12d3d9 (patch)
tree4fc8121db2daed365d3363af1421fd06c6ff32fb
parentMerge branch 'master' of /var/git/opensim/ (diff)
parentsmall refactor: reuse existing commandLine string rather than calling cmdline... (diff)
downloadopensim-SC_OLD-b5160aade0956d999772c72915ed1bf8be12d3d9.zip
opensim-SC_OLD-b5160aade0956d999772c72915ed1bf8be12d3d9.tar.gz
opensim-SC_OLD-b5160aade0956d999772c72915ed1bf8be12d3d9.tar.bz2
opensim-SC_OLD-b5160aade0956d999772c72915ed1bf8be12d3d9.tar.xz
Merge branch 'master' of /var/git/opensim/
-rw-r--r--OpenSim/Framework/Console/LocalConsole.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Console/LocalConsole.cs b/OpenSim/Framework/Console/LocalConsole.cs
index 6966211..eda41b8 100644
--- a/OpenSim/Framework/Console/LocalConsole.cs
+++ b/OpenSim/Framework/Console/LocalConsole.cs
@@ -497,7 +497,7 @@ namespace OpenSim.Framework.Console
497 if (echo && commandLine != "") 497 if (echo && commandLine != "")
498 AddToHistory(commandLine); 498 AddToHistory(commandLine);
499 499
500 return cmdline.ToString(); 500 return commandLine;
501 default: 501 default:
502 break; 502 break;
503 } 503 }