|
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.
[Prev in Thread] | Current Thread | [Next in Thread] |