[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-user: refdes_renum issu



I think I saw a thread about this awhile back but I can't find any info on it:

Whether or not I use the --pgskip option my renumber always start at 100. I want it to start at 1(ex: R1, R2, etc.)

I made a change to the following line in the script(a total hack I know since I have no experience with whatever script this is written in):

original:
unless( $pgskip ) { $pgskip = 100; }

change:
unless( $pgskip ) { $pgskip = 0; }

The change seems to have given me what I desired, however, I am not sure if this is an appropriate fix.




_______________________________________________ geda-user mailing list geda-user@xxxxxxxxxxxxxx http://www.seul.org/cgi-bin/mailman/listinfo/geda-user