mirror of
https://github.com/bobbimanners/emailler.git
synced 2024-11-18 21:07:03 +00:00
Don't increment string position if nothing was written to the string.
This commit is contained in:
parent
29cbd19c89
commit
757d360925
@ -582,6 +582,10 @@ int main(int, char *argv[])
|
||||
buffer[i] = '.';
|
||||
dot = &buffer[i];
|
||||
}
|
||||
else
|
||||
{
|
||||
continue;
|
||||
}
|
||||
++i;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user