summaryrefslogtreecommitdiff
path: root/apt-pkg/cdrom.cc
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2018-12-04 11:53:05 +0000
committerJulian Andres Klode <jak@debian.org>2018-12-04 11:53:05 +0000
commitb9d405d4074bb1de10e869038fe9685bf660fd16 (patch)
tree515811c1baa6f296f2b5e78fcfeb2ddb6cf38aa7 /apt-pkg/cdrom.cc
parentdbf202ff9d20a043855d41f4bea1d954b0cef579 (diff)
parent64d7e1c568a7f9e7f32d1dee1ab771f924baa28d (diff)
Merge branch 'bugfix/spaceinconfig' into 'master'
Use quoted tagnames in config dumps See merge request apt-team/apt!32
Diffstat (limited to 'apt-pkg/cdrom.cc')
-rw-r--r--apt-pkg/cdrom.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/cdrom.cc b/apt-pkg/cdrom.cc
index 2c3979ff9..151608b28 100644
--- a/apt-pkg/cdrom.cc
+++ b/apt-pkg/cdrom.cc
@@ -438,7 +438,7 @@ bool pkgCdrom::WriteDatabase(Configuration &Cnf)
/* Write out all of the configuration directives by walking the
configuration tree */
- Cnf.Dump(Out, NULL, "%f \"%v\";\n", false);
+ Cnf.Dump(Out, NULL, "%F \"%v\";\n", false);
Out.close();