extfs/iso9660.in

Leonard den Ottolander leonard at den.ottolander.nl
Thu Oct 28 11:13:53 UTC 2004


Hi,

I wrote:
> -  irx = "^. *[0-9]+.  ";
> +  irx = "^\[ *[0-9]+[ ]+[0-9]+\]  ";

Brackets around the space in the middle are unnecessary. Use

+  irx = "^\[ *[0-9]+ +[0-9]+\]  ";

instead.

Leonard.

-- 
mount -t life -o ro /dev/dna /genetic/research





More information about the mc-devel mailing list