summaryrefslogtreecommitdiff
path: root/apt-pkg
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2010-01-26 20:36:13 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2010-01-26 20:36:13 +0100
commitfb503892e3e05132bb7db369440402ff81ea5f8d (patch)
tree40b4217529f797086bfef402431eb9397ec0553e /apt-pkg
parent169413dcf101ca39aebc2bf46991c27c1e439259 (diff)
* cmdline/apt-cdrom.cc:
- fixed signed/unsigned warning - create /media mount point if needed - fix initialization for res in DoAdd() * methods/cdrom.cc: - make AptMountPoint a variable
Diffstat (limited to 'apt-pkg')
-rw-r--r--apt-pkg/cdrom.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/apt-pkg/cdrom.cc b/apt-pkg/cdrom.cc
index 3467f49d7..96d4e9c91 100644
--- a/apt-pkg/cdrom.cc
+++ b/apt-pkg/cdrom.cc
@@ -829,8 +829,6 @@ bool pkgCdrom::Add(pkgCdromStatus *log) /*{{{*/
}
}
-
-
// Unmount and finish
if (_config->FindB("APT::CDROM::NoMount",false) == false) {
log->Update(_("Unmounting CD-ROM...\n"), STEP_LAST);