From 884a109e4b8b243d62781de6bf9beecf580213a5 Mon Sep 17 00:00:00 2001 From: Adam Heath Date: Sun, 2 Jun 2002 04:26:46 +0000 Subject: Revert last modification. It'll be fixed properly for dpkg 1.11. --- dselect/main.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dselect') diff --git a/dselect/main.cc b/dselect/main.cc index 492d2bed7..831bfef91 100644 --- a/dselect/main.cc +++ b/dselect/main.cc @@ -154,12 +154,12 @@ static const char copyrightstring[]= N_( "Copyright (C) 2000,2001 Wichert Akkerman.\n" "This is free software; see the GNU General Public Licence version 2\n" "or later for copying conditions. There is NO warranty. See\n" - "%s --licence for copyright and license details.\n"); + "dselect --licence for details.\n"); static void printversion(void) { if (fprintf(stdout,gettext(programdesc),DSELECT) == EOF) werr("stdout"); if (fprintf(stdout,"\n") == EOF) werr("stdout"); - if (fprintf(stdout,gettext(copyrightstring), DPKG_VERSION_ARCH, DSELECT) == EOF) werr("stdout"); + if (fprintf(stdout,gettext(copyrightstring), DPKG_VERSION_ARCH) == EOF) werr("stdout"); } static void usage(void) { -- cgit v1.2.3