mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-04-11 17:39:50 +00:00
EMAIL: Fixed whoopsie in last commit
This commit is contained in:
parent
19ffeb1c8a
commit
ba19bc4f57
@ -1273,7 +1273,7 @@ retry:
|
||||
get_line(fp, 1, linebuf, LINEBUFSZ, &pos); // Reset buffer
|
||||
do {
|
||||
get_line(fp, 0, linebuf, LINEBUFSZ, &pos);
|
||||
if (!strncasecmp(linebuf, ct, 14))
|
||||
if (!strncasecmp(linebuf, ct, 14)) {
|
||||
mime = 4;
|
||||
#if 0
|
||||
... {
|
||||
|
Loading…
x
Reference in New Issue
Block a user