summaryrefslogtreecommitdiff
path: root/apt-pkg/iprogress.h
diff options
context:
space:
mode:
Diffstat (limited to 'apt-pkg/iprogress.h')
-rw-r--r--apt-pkg/iprogress.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/iprogress.h b/apt-pkg/iprogress.h
index ccf154279..42fa89be4 100644
--- a/apt-pkg/iprogress.h
+++ b/apt-pkg/iprogress.h
@@ -21,7 +21,7 @@ namespace Progress {
public:
PackageManager()
- : percentage(0.0), last_reported_progress(0) {};
+ : percentage(0.0), last_reported_progress(-1) {};
virtual ~PackageManager() {};
virtual void Start() {};