~ubuntu-branches/ubuntu/trusty/xdelta/trusty

« back to all changes in this revision

Viewing changes to libedsio/fh.c

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2007-01-19 12:15:11 UTC
  • mfrom: (3.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20070119121511-bf6qn3hcnxarp6cv
Tags: 1.1.3-7
* Acknowledge NMU.  Closes: #297844
* Updates for standards version 3.7.2.0
* Deltas generated on i386 don't apply on 64-bit machines.  Closes: #147187
* xdelta.m4 love.  Closes: #212677

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
    {
93
93
      if (! ssource->fh->table->table_handle_getui (ssource->fh, &source->alloc_total))
94
94
        return ST_Error;
 
95
      /* There are 12 pointers in all required structures. So 64 bit arch needs 48 more bytes. */
 
96
      source->alloc_total += (sizeof(void *) - 4) * 12;
95
97
    }
96
98
 
97
99
  return x;