Ticket #5343: server.cpp

File server.cpp, 99 bytes (added by Johann, 14 years ago)
Line 
159c59,61
2<
3---
4> //Removes White Spaces from Address
5> host = host.Replace(" ", "");
6>