From: short <> Date: Tue, 7 Sep 1999 11:10:36 +0000 (+0000) Subject: Showstopper deadlock when checking phone number fixed. X-Git-Url: http://git.jankratochvil.net/?p=mdsms.git;a=commitdiff_plain;h=7be819ab5dd639c69dccd8ce8c35400ec3c0362c Showstopper deadlock when checking phone number fixed. --- diff --git a/mdsms.c b/mdsms.c index 891d18e..ad22e09 100644 --- a/mdsms.c +++ b/mdsms.c @@ -367,8 +367,7 @@ int i; char *s,*s1; chk(phone=strdup(args[optind++])); - s=(s1=phone)+(*phone=='+'); - while (*s && s-s1