~ubuntu-dev/ubuntu/lucid/dovecot/lucid-201002101901

« back to all changes in this revision

Viewing changes to src/lib-index/mail-transaction-log-append.c

  • Committer: Bazaar Package Importer
  • Author(s): Marco Nenciarini
  • Date: 2009-12-17 10:52:53 UTC
  • mfrom: (1.13.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 61.
  • Revision ID: james.westby@ubuntu.com-20091217105253-guybg5b34vmits39
* New upstream release.
* debian/patches/gold-fix.patch: Removed. Fixed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
311
311
        buffer_t *buf;
312
312
        const unsigned char *data, *mask;
313
313
        struct mail_transaction_ext_hdr_update u;
314
 
        struct mail_transaction_ext_hdr_update u32;
 
314
        struct mail_transaction_ext_hdr_update32 u32;
315
315
        size_t offset;
316
316
        bool started = FALSE, use_32 = hdr->alloc_size >= 65536;
317
317