Rename full_read to safe_read.
This commit is contained in:
@@ -73,7 +73,7 @@ append_file (char *path)
|
||||
(size_t) (BLOCKSIZE - status));
|
||||
}
|
||||
|
||||
status = full_read (handle, start->buffer, buffer_size);
|
||||
status = safe_read (handle, start->buffer, buffer_size);
|
||||
if (status < 0)
|
||||
{
|
||||
char buf[UINTMAX_STRSIZE_BOUND];
|
||||
|
||||
Reference in New Issue
Block a user