|
|
@ -294,7 +294,7 @@ raw_read(char *name) { |
|
|
|
|
|
|
|
|
if ((fp = fopen(name, "rb")) == NULL) { |
|
|
if ((fp = fopen(name, "rb")) == NULL) { |
|
|
perror(name); |
|
|
perror(name); |
|
|
|
|
|
|
|
|
|
|
|
controlled_exit(EXIT_FAILURE); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* Since we call cp_evloop() from here, we have to do this junk. */ |
|
|
/* Since we call cp_evloop() from here, we have to do this junk. */ |
|
|
|