]> Dogcows Code - chaz/tar/blobdiff - src/update.c
Handle EINTR correctly; use STDIN_FILENO instead of 0, etc.
[chaz/tar] / src / update.c
index b8398724616b85f50d7d38f9220d100b210b08d1..023fb97f7c5bfa84448768949f7f9c3cbd624861 100644 (file)
@@ -73,7 +73,7 @@ append_file (char *path)
                    (size_t) (BLOCKSIZE - status));
        }
 
-      status = read (handle, start->buffer, buffer_size);
+      status = full_read (handle, start->buffer, buffer_size);
       if (status < 0)
        {
          char buf[UINTMAX_STRSIZE_BOUND];
This page took 0.024991 seconds and 4 git commands to generate.