gEDA-user: refdes_renum and pgskip
John Luciani
jluciani at gmail.com
Wed Jul 12 15:18:38 EDT 2006
On 7/12/06, David W. Schultz <david.schultz at earthlink.net> wrote:
> I found the following line after the command line options are processed:
>
>
> # set the default increment for sheets
> unless( $pgskip ) { $pgskip = 100; }
>
>
> This sets $pgskip to 100 if it is zero. Which means that this particular
> version will not let you do anything but skips.
$pgskip gets set to 100 when $pgskip is zero or it is undefined.
That line should be ---
$pgskip = 100 unless defined $pgskip;
(* jcl *)
---
http://www.luciani.org
More information about the geda-user
mailing list