*** empty log message ***

This commit is contained in:
Arvid Norberg
2003-12-21 17:28:27 +00:00
parent cb89ccf6be
commit 5ac9f67f23
11 changed files with 361 additions and 61 deletions

View File

@@ -302,8 +302,13 @@ int main(int argc, char* argv[])
if (progress > j) out << "#";
else out << "-";
}
out << "\n";
out << " ";
}
else
{
for (int i = 0; i < 19; ++i) out << " ";
}
out << identify_client(i->id) << "\n";
}
out << "___________________________________\n";