[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: refdes_renum and pgskip
John Luciani is right on, as always.
David, if John's fix works for you I will stick it into CVS. Please
let me know if it does the right thing.
Cheers,
Stuart
>
> On 7/12/06, David W. Schultz <david.schultz@xxxxxxxxxxxxx> 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
>
>
> _______________________________________________
> geda-user mailing list
> geda-user@xxxxxxxxxxxxxx
> http://www.seul.org/cgi-bin/mailman/listinfo/geda-user
>
_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user