Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
sdk:tcp2sms [2015/07/03 08:57]
fachet
sdk:tcp2sms [2015/07/03 09:00]
fachet
Line 19: Line 19:
             if (p = strchr(m, ":"​))             if (p = strchr(m, ":"​))
                 if (nb_sms_send(left(m,​ p), right(m, strlen(m) - p - 1)))                 if (nb_sms_send(left(m,​ p), right(m, strlen(m) - p - 1)))
-                   send(s, "​Spooled\n"​);​+                   send(c, "​Spooled\n"​);​
                 else                 else
-                   send(s, "​Error\n"​);​+                   send(c, "​Error\n"​);​
  }  }
 } }
  
 </​code>​ </​code>​