summaryrefslogtreecommitdiffstats
path: root/src/Client/CommandManager.cpp
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-03-04 22:53:02 +0100
committerMatthias Schiffer <matthias@gamezock.de>2009-03-04 22:53:02 +0100
commitc316a3115bf790fb623f0765dd6b04f781af5b51 (patch)
treeb757067dcd2495bf8aa5d3ca6f42886eb55c93fa /src/Client/CommandManager.cpp
parentd88e4d0da7ff801b0c58b5043ade0743547cfb90 (diff)
downloadmad-c316a3115bf790fb623f0765dd6b04f781af5b51.tar
mad-c316a3115bf790fb623f0765dd6b04f781af5b51.zip
Alte Request-Klassen entfernt
Diffstat (limited to 'src/Client/CommandManager.cpp')
-rw-r--r--src/Client/CommandManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Client/CommandManager.cpp b/src/Client/CommandManager.cpp
index 59de7c4..bcb3429 100644
--- a/src/Client/CommandManager.cpp
+++ b/src/Client/CommandManager.cpp
@@ -68,7 +68,7 @@ void CommandManager::printFSInfo(const Common::XmlPacket &packet) {
nameString.resize(32, ' ');
}
else {
- nameString += '\n';
+ nameString += "\n\t";
nameString.resize(nameString.length() + 32, ' ');
}