--- smsdaemon/DebugTransceiver.cpp 2008/12/18 06:47:26 195 +++ smsdaemon/DebugTransceiver.cpp 2008/12/18 06:53:29 196 @@ -16,10 +16,10 @@ -void DebugTransceiver::SendSms(std::string to, std::string message, bool allowMultipart) +void DebugTransceiver::SendSms(std::string to, std::string message, bool allowMultipart) { - _to=to; - _message = message; + _to=to; + _message = message; _multipart = allowMultipart; if (_print)