From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@9fans.net Subject: Re: [9fans] First/second edition image manipulation tools From: "Russ Cox" Date: Wed, 11 Jun 2008 20:46:42 -0700 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20080612034450.30B801E8C53@holo.morphisms.net> Topicbox-Message-UUID: bb82eaa0-ead3-11e9-9d60-3106f5b1d025 > The first edition specified the arguments to -o as two values - this cannot be done > due to idiosyncrasies with args(2). case 'o': arg1 = EARGF(usage()); arg2 = EARGF(usage()); break; russ