summaryrefslogtreecommitdiff
path: root/apt-pkg/iprogress.h
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2013-10-18 18:26:56 +0200
committerMichael Vogt <mvo@debian.org>2013-10-18 18:26:56 +0200
commit65dbd5a1a32f63dae81c8b5814cd246f1154c38d (patch)
tree1fb99e95a46aa784f15ccd9f4c402b36134dfae0 /apt-pkg/iprogress.h
parent34d6563ef47b455b69a7bc9ad0838902bb911dea (diff)
re-add missing APT::String::Strip
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() {};