]> git.saurik.com Git - apt.git/blobdiff - methods/gzip.cc
merged from lp:~donkult/apt/experimental
[apt.git] / methods / gzip.cc
index 6202d73dc29f71c00c8db8ae2f369b041780f468..f4bb052e26191073d1a2822a66853d2e2cdc88f7 100644 (file)
@@ -64,7 +64,7 @@ bool GzipMethod::Fetch(FetchItem *Itm)
    while (1) 
    {
       unsigned char Buffer[4*1024];
-      unsigned long Count;
+      unsigned long long Count = 0;
       
       if (!From.Read(Buffer,sizeof(Buffer),&Count))
       {