]> Dogcows Code - chaz/tar/blobdiff - src/mangle.c
Update FSF postal mail address.
[chaz/tar] / src / mangle.c
index 204bf7c74db0c25bcc646783853ceafce24b95cb..fe37f6466c00643ca472726a579d191bd5024f51 100644 (file)
@@ -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 <system.h>
 #include "common.h"
 #include <quotearg.h>
 
@@ -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;
This page took 0.020949 seconds and 4 git commands to generate.