X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fupdate.c;h=ea4dccf9a48efb75c88e0a566cac38e39e6054c9;hb=07f380748c431d6f4e1f1d668792e9dd1fb3fc7f;hp=b8398724616b85f50d7d38f9220d100b210b08d1;hpb=ac65803ac9356b844e38d11f4c3c51ba4cfb0978;p=chaz%2Ftar diff --git a/src/update.c b/src/update.c index b839872..ea4dccf 100644 --- a/src/update.c +++ b/src/update.c @@ -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];