EMAIL: Fixed whoopsie in last commit

This commit is contained in:
Bobbi Webber-Manners 2021-06-27 17:58:30 -04:00
parent 19ffeb1c8a
commit ba19bc4f57
1 changed files with 1 additions and 1 deletions

View File

@ -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
... {