assert(0) -> abort

This commit is contained in:
Sears Russell 2006-06-13 22:40:53 +00:00
parent eab6385ca5
commit c5add15bd3

View file

@ -63,7 +63,7 @@ void pageRead(Page *ret) {
} else if(read_size == -1) {
perror("pageFile.c couldn't read");
fflush(NULL);
assert(0);
abort();
} else {
printf("pageFile.c readfile: read_size = %d, errno = %d\n", read_size, errno);
abort();