mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-28 07:59:50 +02:00
use size_t for string indices; document rl_reparse_colors
This commit is contained in:
+1
-1
@@ -555,7 +555,7 @@ expand_compound_array_assignment (SHELL_VAR *var, char *value, int flags)
|
||||
{
|
||||
WORD_LIST *list, *nlist;
|
||||
char *val;
|
||||
int ni;
|
||||
size_t ni;
|
||||
|
||||
/* This condition is true when invoked from the declare builtin with a
|
||||
command like
|
||||
|
||||
Reference in New Issue
Block a user