[Abcde-users] 2.9.1 minor error

Alan W. Kerr awkerr at aoc.nrao.edu
Sun Mar 25 00:03:05 GMT 2018


found one more minor error...
and, apparently, one that no one has "cared about"... yet.

at line 3502 is:

		FIRSTTRACK=$2
		LASTTRACK=$(expr $3 + 0)
		UTRACKNUM=$FIRSTTRACK

line 3502 should be changed to:
FIRSTTRACK=$(expr $2 + 0)

This will only be important if ripping a "range of tracks" and that
range *starts* with track 8 or 9 (ie tracks 9-12) because then the
FIRSTTRACK will be seen as an "illegal octal value", just like LASTTRACK
was.

Alan W. Kerr          awkerr at aoc.nrao.edu          Whee!(tm)



More information about the Abcde-users mailing list