summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bratch <l_bratch@yahoo.co.uk>2010-10-30 11:39:09 +0100
committerLuke Bratch <l_bratch@yahoo.co.uk>2010-10-30 11:39:09 +0100
commit3f4b67c67c47fc5d02fe978ee64dbbe3f4bcb84a (patch)
tree4f2e95ef9ac49648a8f2b7ce26ef479302a86680
parentf3e1be947e75cfd1333d1a2918019374b125b6a7 (diff)
Move multiple number lookup match tracking inside if statement
-rw-r--r--blasms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/blasms.c b/blasms.c
index d61710e..639b902 100644
--- a/blasms.c
+++ b/blasms.c
@@ -276,8 +276,8 @@ int main(int argc, char *argv[]) {
case 'P':
if (!match) {
settelnum(telnum, sms, &offset);
+ match = 1;
}
- match = 1;
replacestr(systemcmd, i, telnum);
break;
}