/[projects]/smsdaemon/ModemTransceiver.cpp
ViewVC logotype

Diff of /smsdaemon/ModemTransceiver.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 132 by torben, Sun Dec 7 00:59:05 2008 UTC revision 135 by torben, Sun Dec 7 08:58:15 2008 UTC
# Line 148  void GsmModem::SendSms(string to, string Line 148  void GsmModem::SendSms(string to, string
148          if (to.at(0) == '+')          if (to.at(0) == '+')
149                  to.erase(0,0);                  to.erase(0,0);
150    
151          vector<PduInfo> pdu_vec = SmsPdu::CreateSmsPdu(to, message, allowMultipart);          vector<PduInfo> pdu_vec = SmsPdu::CreateSmsPdu(to, Util::str_latin2gsm(message), allowMultipart);
152    
153          for (unsigned i=0; i<pdu_vec.size(); ++i)          for (unsigned i=0; i<pdu_vec.size(); ++i)
154          {          {

Legend:
Removed from v.132  
changed lines
  Added in v.135

  ViewVC Help
Powered by ViewVC 1.1.20