]> Dogcows Code - chaz/tar/blobdiff - src/update.c
(decode_options): Initialize `excluded'.
[chaz/tar] / src / update.c
index b8398724616b85f50d7d38f9220d100b210b08d1..ea4dccf9a48efb75c88e0a566cac38e39e6054c9 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU General Public License along
    with this program; if not, write to the Free Software Foundation, Inc.,
-   59 Place - Suite 330, Boston, MA 02111-1307, USA.  */
+   59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 /* Implement the 'r', 'u' and 'A' options for tar.  'A' means that the
    file names are tar files, and they should simply be appended to the end
@@ -73,7 +73,7 @@ append_file (char *path)
                    (size_t) (BLOCKSIZE - status));
        }
 
-      status = read (handle, start->buffer, buffer_size);
+      status = safe_read (handle, start->buffer, buffer_size);
       if (status < 0)
        {
          char buf[UINTMAX_STRSIZE_BOUND];
This page took 0.02458 seconds and 4 git commands to generate.