Rename full_read to safe_read.

This commit is contained in:
Paul Eggert
1999-07-05 06:47:59 +00:00
parent bb9f6be7c1
commit d46735235b
6 changed files with 17 additions and 17 deletions

View File

@@ -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];