~ubuntu-branches/ubuntu/natty/libextractor/natty

« back to all changes in this revision

Viewing changes to src/plugins/tarextractor.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-11-17 20:27:32 UTC
  • mfrom: (1.10.4 upstream) (5.2.5 sid)
  • Revision ID: james.westby@ubuntu.com-20091117202732-ipm2h3gks5bdw2vx
Tags: 0.5.23+dfsg-3
* Building against libltdl7.
* Updating to standards version 3.8.3.
* Adding maintainer homepage field to control.
* Marking maintainer homepage field to be also included in binary
  packages and changelog.
* Adding README.source.
* Simplifying autotools handling in rules.
* Updating README.source.
* Moving maintainer homepage field from control to copyright.
* Dropping la files.
* Simplyfing debhelper install files.
* Bumping versioned build-depends on debhelper.
* Adding depends to dpkg install info.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
     This file is part of libextractor.
3
 
     (C) 2002, 2003, 2004, 2005 Vidyut Samanta and Christian Grothoff
 
3
     (C) 2002, 2003, 2004, 2005, 2009 Vidyut Samanta and Christian Grothoff
4
4
 
5
5
     libextractor is free software; you can redistribute it and/or modify
6
6
     it under the terms of the GNU General Public License as published
342
342
      unsigned format_member = 0;
343
343
      unsigned long long fmode;
344
344
      unsigned long long fsize;
345
 
      long long ftime;
 
345
      long long ftime = TAR_TIME_FENCE;
346
346
      char typeFlag = -1;
347
347
      const char *nul_pos;
348
348
      unsigned int tar_prefix_length = 0;