commit bash-20090827 snapshot

This commit is contained in:
Chet Ramey
2011-12-08 20:14:49 -05:00
parent 8f714a7c33
commit af98a2a636
15 changed files with 1342 additions and 1052 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ convert_var_to_assoc (var)
oldval = value_cell (var);
hash = assoc_create (0);
if (oldval)
assoc_insert (hash, "0", oldval);
assoc_insert (hash, savestring ("0"), oldval);
FREE (value_cell (var));
var_setassoc (var, hash);