Kill local variable which shadows global one. This fixes creation of bzip2

compressed packages broken in the previous commit.

Pointy hat to:	obrien
This commit is contained in:
Maxim Sobolev 2002-05-02 10:19:13 +00:00
parent 8f70816cf2
commit 3465d2ab40

View File

@ -47,7 +47,6 @@ pkg_perform(char **pkgs)
Package plist;
int len;
const char *suf;
enum zipper Zipper = GZIP; /* default is to compress packages */
/* Preliminary setup */
if (InstalledPkg == NULL)