X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fmangle.c;h=fe37f6466c00643ca472726a579d191bd5024f51;hb=409bddf38c61520400e74332b02cc1cc9f8379ce;hp=204bf7c74db0c25bcc646783853ceafce24b95cb;hpb=8a098729c0f4f39b2acb9a45de1a56fe383a2a86;p=chaz%2Ftar diff --git a/src/mangle.c b/src/mangle.c index 204bf7c..fe37f64 100644 --- a/src/mangle.c +++ b/src/mangle.c @@ -13,9 +13,9 @@ 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 "system.h" +#include #include "common.h" #include @@ -34,7 +34,7 @@ struct mangled void extract_mangle (void) { - off_t size = current_stat.st_size; + off_t size = current_stat_info.stat.st_size; char *buffer = xmalloc ((size_t) (size + 1)); char *copy = buffer; char *cursor = buffer;