~ubuntu-branches/ubuntu/feisty/clamav/feisty-updates

« back to all changes in this revision

Viewing changes to libclamav/chmunpack.c

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-04-29 14:10:40 UTC
  • mfrom: (0.11.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080429141040-hczapuc6b7ja904q
Tags: 0.92.1~dfsg2-1.1~feisty1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
935
935
                        continue;
936
936
                }
937
937
                if (chm_copy_file_data(tmpfd, ofd, entry->length) != entry->length) {
938
 
                        cli_dbgmsg("failed to copy %lu bytes\n", entry->length);
 
938
                        cli_dbgmsg("failed to copy %lu bytes\n", (unsigned long int) entry->length);
 
939
 
939
940
                }
940
941
                
941
942
                close(ofd);