mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-07 20:30:52 +02:00
fixes for glibc time/gettimeofday issue; fix issue with history file containing one line too few if saving timestamps; fix for signal arriving while displaying readline completions
This commit is contained in:
+1
-2
@@ -2445,8 +2445,7 @@ find_function_def (const char *name)
|
||||
/* Return the value of VAR. VAR is assumed to have been the result of a
|
||||
lookup without any subscript, if arrays are compiled into the shell. */
|
||||
char *
|
||||
get_variable_value (var)
|
||||
SHELL_VAR *var;
|
||||
get_variable_value (SHELL_VAR *var)
|
||||
{
|
||||
if (var == 0)
|
||||
return ((char *)NULL);
|
||||
|
||||
Reference in New Issue
Block a user