From: James Troup Date: Tue, 5 Jun 2001 22:30:43 +0000 (+0000) Subject: Fix poolized_size. [jlicquia@progeny] X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80a20d680983f872a04f5f34e9bb7bf1024cc4c3;p=dak Fix poolized_size. [jlicquia@progeny] --- diff --git a/catherine b/catherine index 639d9822..b65d1505 100755 --- a/catherine +++ b/catherine @@ -2,7 +2,7 @@ # Poolify (move packages from "legacy" type locations to pool locations) # Copyright (C) 2000, 2001 James Troup -# $Id: catherine,v 1.8 2001-03-24 03:29:13 troup Exp $ +# $Id: catherine,v 1.9 2001-06-05 22:30:43 troup Exp $ # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -44,7 +44,7 @@ projectB = None; # verbose and no_action are booleans def poolize (q, limit, verbose, no_action): - poolized_size = 0; + poolized_size = 0L; poolized_count = 0; # Parse -l/--limit argument