~ubuntu-branches/ubuntu/oneiric/clamav/oneiric-proposed

« back to all changes in this revision

Viewing changes to shared/cdiff.c

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2012-10-08 18:11:31 UTC
  • mfrom: (110.1.11 quantal)
  • Revision ID: package-import@ubuntu.com-20121008181131-5njfkb6p9kc7ocof
Tags: 0.97.6+dfsg-1ubuntu0.11.10.1
Microversion update to latest clamav release for oneiric (LP: #1064096)

Show diffs side-by-side

added added

removed removed

Lines of Context:
757
757
{
758
758
        struct cdiff_ctx ctx;
759
759
        FILE *fh;
760
 
        gzFile *gzh;
 
760
        gzFile gzh;
761
761
        char *line, *lbuf, buff[FILEBUFF], *dsig = NULL;
762
762
        unsigned int lines = 0, cmds = 0;
763
763
        unsigned int difflen, diffremain, line_size = CDIFF_LINE_SIZE;