mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Corrected apparent omission in program logic which was causing the
insertion of redundant crlf's. Eliminated the venetian-blind effect in walled text. Submitted by: David McNett <nugget@slacker.com>
This commit is contained in:
parent
2e771e0387
commit
b4d6ab014c
1 changed files with 2 additions and 1 deletions
|
|
@ -217,8 +217,9 @@ makemsg(fname)
|
|||
cnt = 0;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
putc(ch, fp);
|
||||
}
|
||||
putc(ch, fp);
|
||||
}
|
||||
(void)fprintf(fp, "%79s\r\n", " ");
|
||||
rewind(fp);
|
||||
|
|
|
|||
Loading…
Reference in a new issue