return to DJB behavior...

on success return 1.
This commit is contained in:
sanjiyan 2007-01-05 20:44:35 +00:00
parent 6358d73f64
commit e08475dd42

View File

@ -12,5 +12,5 @@ int openreadclose(const char *fn,stralloc *sa,size_t bufsize)
return -1;
}
if (readclose(fd,sa,bufsize) == -1) return -1;
return 0;
return 1;
}