X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fsparse.c;h=fb77aefdf483a9a2333d6711010663810020d67e;hb=e20fdceb388a3efbac6283178e1f2110d50d3824;hp=b43f3d78ad4a7b0e30752617d829135dc420c62f;hpb=198596f161a5b9e5dd87f34a5268d8c7bd05d436;p=chaz%2Ftar diff --git a/src/sparse.c b/src/sparse.c index b43f3d7..fb77aef 100644 --- a/src/sparse.c +++ b/src/sparse.c @@ -14,7 +14,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 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include #include @@ -225,7 +225,7 @@ sparse_scan_file (struct tar_sparse_file *file) { static char buffer[BLOCKSIZE]; size_t count; - size_t offset = 0; + off_t offset = 0; struct sp_array sp = {0, 0}; if (!lseek_or_error (file, 0))