bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bash-4.3 Official Patch 30


From: tsugutomo . enami
Subject: Re: Bash-4.3 Official Patch 30
Date: Mon, 06 Oct 2014 14:35:19 +0900

Hi,

> + char *
> + parser_remaining_input ()
> + {
> +   if (shell_input_line == 0)
> +     return 0;
> +   if (shell_input_line_index < 0 || shell_input_line_index >= 
> shell_input_line_len)
> +     return '\0';    /* XXX */

Do you mean return ""; ?

enami.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]