more fixes

This commit is contained in:
rsc 2006-02-12 22:23:45 +00:00
parent 34049f27b8
commit 7ce2007ce5
4 changed files with 123 additions and 120 deletions

View file

@ -335,11 +335,10 @@ m_read(Biobuf *fp, int rmail, int interactive)
mp->size += n;
if(n == VMLIMIT){
if(m_read_to_file(fp, mp) < 0){
perror("m_read");
perror("m_read_to_file");
exit(1);
}
}
}
/*