Removed soft-cr filter during message import

This commit is contained in:
Michiel Broek
2005-09-10 09:52:39 +00:00
parent 7da79f6fef
commit ae21f323e1
2 changed files with 1 additions and 4 deletions

View File

@@ -109,10 +109,6 @@ char *aread(char *s, int count, FILE *fp)
next=0;
break;
case 0x8d: s[i]=' ';
i++;
break;
case '\0': at_zero=1;
next=0;
break;