X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Z+psa6U2/jQccJYYGr15OC5kIxt0zN/WuvUZOASDo5I=; b=NORSvFVHdMqvNkFGTW0A7LiD/91aexS5oqOGBTZWXuD+A4ZcJeLSDgWGHKY55kmKMb IEbsI4ZHRxoWNfAdvVnSTYknkVcGnoz4rpnvxXFg/bUsXhoW+olaP7pkhEKnIPAUDDm4 HOlSzWeyEOLqsjHujUnPpOp1YYDBmln/VXA4tAYjyFlvuMbp014o5WJymnHoEup3Vtn2 a6H7VJwTEnjo/QrZTZbRFu0ZVK9mQpH33EP1FJmuOIbrEXNo2gz+pfD+zC1ftbIhncQh OPAYQK+J5CLpx9sRH7LHGZtaWP0XebebDWbUT3LDoFIqDzAilt0SDUV96rJ/PEXWjjyG FCpg== MIME-Version: 1.0 In-Reply-To: References: Date: Sat, 24 Mar 2012 15:08:10 +0300 Message-ID: Subject: [geda-user] Re: gerbv patches From: Sergey Alyoshin To: geda-user AT delorie DOT com Content-Type: text/plain; charset=ISO-8859-1 Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Fix hint string for DPI setting Separate DPI for X and Y can't be set in format, only in format. diff --git a/src/main.c b/src/main.c index a0630cb..6242fa8 100644 --- a/src/main.c +++ b/src/main.c @@ -442,7 +442,7 @@ main(int argc, char *argv[]) break; case 'D' : if (optarg == NULL) { - fprintf(stderr, _("You must give an resolution in the format or .\n")); + fprintf(stderr, _("You must give an resolution in the format or .\n")); exit(1); } if (strlen (optarg) > 20) {