Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: setting resource limits



On Mon, Jun 14, 2004 at 04:21:49PM +0100, Peter Stephenson wrote:
> +		case 'N':
> +		    if (options[1]) {
> +			res = (int)zstrtol(options+1, NULL, 10);
> +			argv++;

That argv++ looks wrong to me -- doesn't that lose an arg when the
number is specified immediately after the -N?  (I didn't actually
test it to see.)

..wayne..



Messages sorted by: Reverse Date, Date, Thread, Author