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:date:message-id:subject:from:to:content-type; bh=4Qo7nV+MzBjnQU1yljbCdRrJfRwgllofYES+hL251Yw=; b=iCtv2gk9w4YR56hEX26I7c7QXYIeHimLVjLDoKA0bltL6uHhOBXqdn8fzdlz17/zuA KeCnAT4T/rQFf2bFP6mndL8FxkEQWSzVRWhYZ6zAjr8D/jL0daTekN9WPVgBZphIAKee JkspBL22Aa0SlT2IDsWBmuTx5bM/qyN/nvJ2Cm6ZrmzXX0v9KrRiVI6KJy/hCpim4RrB hgUgrVMQT4Rh2zDYdDflbrvvTJyeRLDV7OyQYuaPaK42SIKF+oM1YpH2ipPS936LqUOL wNTEImxiQaiUJm/ruRz1PkCgsMka0/uku2e1a1zn1ygX+MpxE+Qgrj7HeZVnBuLGiTas E8Bw== MIME-Version: 1.0 Date: Sat, 24 Mar 2012 15:06:18 +0300 Message-ID: Subject: [geda-user] 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 Hello Here is two patches for Gerbv. -h option need no argument diff --git a/src/main.c b/src/main.c index 6242fa8..e0da87c 100644 --- a/src/main.c +++ b/src/main.c @@ -154,7 +154,7 @@ const struct option longopts[] = { {0, 0, 0, 0}, }; #endif /* HAVE_GETOPT_LONG*/ -const char *opt_options = "Vadh:B:D:O:W:b:f:l:o:p:t:T:w:x:"; +const char *opt_options = "VadhB:D:O:W:b:f:l:o:p:t:T:w:x:"; /**Global state variable to keep track of what's happening on the screen. Declared extern in gerbv_screen.h