more fixes
This commit is contained in:
parent
34049f27b8
commit
7ce2007ce5
4 changed files with 123 additions and 120 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue