diff options
author | opensim mirror account | 2010-11-17 16:00:05 -0800 |
---|---|---|
committer | opensim mirror account | 2010-11-17 16:00:05 -0800 |
commit | b5160aade0956d999772c72915ed1bf8be12d3d9 (patch) | |
tree | 4fc8121db2daed365d3363af1421fd06c6ff32fb /OpenSim/Framework | |
parent | Merge branch 'master' of /var/git/opensim/ (diff) | |
parent | small refactor: reuse existing commandLine string rather than calling cmdline... (diff) | |
download | opensim-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/
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/Console/LocalConsole.cs | 2 |
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 | } |