diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:57:04 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:57:04 +0000 |
commit | 4ae405e914578127efbe0eedcfec6d81780bee98 (patch) | |
tree | 5e6e1b6c67fcae7c5e458b65c26f8ed9de5b9cdc /apt-pkg/contrib | |
parent | 10639577016904cccab77c311e7c0b4363997504 (diff) |
JoeyH's dpkg::preconfig not working.
Author: jgg
Date: 2001-03-05 21:09:12 GMT
JoeyH's dpkg::preconfig not working.
Diffstat (limited to 'apt-pkg/contrib')
-rw-r--r-- | apt-pkg/contrib/configuration.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apt-pkg/contrib/configuration.cc b/apt-pkg/contrib/configuration.cc index 81521590a..e15bc67ca 100644 --- a/apt-pkg/contrib/configuration.cc +++ b/apt-pkg/contrib/configuration.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: configuration.cc,v 1.17 2001/03/04 00:44:35 jgg Exp $ +// $Id: configuration.cc,v 1.18 2001/03/05 21:09:12 jgg Exp $ /* ###################################################################### Configuration Class @@ -582,7 +582,8 @@ bool ReadConfigFile(Configuration &Conf,string FName,bool AsSectional, Word = Tag; Tag = ""; } - NoWord = true; + else + NoWord = true; } if (strlen(Pos) != 0) return _error->Error(_("Syntax error %s:%u: Extra junk after value"),FName.c_str(),CurLine); |