From: Automatic Updater Date: Tue, 28 Oct 2008 23:47:06 +0000 (+0000) Subject: update copyright notice X-Git-Tag: v9.6.0-P1~63 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=14c86fa67a903b371302cc2873a585cd28cbc6ae;p=thirdparty%2Fbind9.git update copyright notice --- diff --git a/bin/dig/dig.c b/bin/dig/dig.c index 1b3d127796f..7f9377dc835 100644 --- a/bin/dig/dig.c +++ b/bin/dig/dig.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dig.c,v 1.224 2008/10/28 03:32:59 marka Exp $ */ +/* $Id: dig.c,v 1.225 2008/10/28 23:47:06 tbox Exp $ */ /*! \file */ @@ -642,8 +642,8 @@ printgreeting(int argc, char **argv, dig_lookup_t *lookup) { if (first) { snprintf(append, sizeof(append), ";; global options:%s%s\n", - short_form ? " +short" : "", - printcmd ? " +cmd" : ""); + short_form ? " +short" : "", + printcmd ? " +cmd" : ""); first = ISC_FALSE; remaining = sizeof(lookup->cmdline) - strlen(lookup->cmdline) - 1;