diff options
author | Luke Bratch <l_bratch@yahoo.co.uk> | 2010-10-30 11:39:09 +0100 |
---|---|---|
committer | Luke Bratch <l_bratch@yahoo.co.uk> | 2010-10-30 11:39:09 +0100 |
commit | 3f4b67c67c47fc5d02fe978ee64dbbe3f4bcb84a (patch) | |
tree | 4f2e95ef9ac49648a8f2b7ce26ef479302a86680 | |
parent | f3e1be947e75cfd1333d1a2918019374b125b6a7 (diff) |
Move multiple number lookup match tracking inside if statement
-rw-r--r-- | blasms.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |