commit bash-20101124 snapshot

This commit is contained in:
Chet Ramey
2011-12-12 22:10:33 -05:00
parent 18d2df9102
commit adc6cff53c
69 changed files with 14151 additions and 780 deletions
+1 -1
View File
@@ -5255,7 +5255,7 @@ decode_prompt_string (string)
{
t = strrchr (t_string, '/');
if (t)
memmove (t_string, t + 1, strlen (t) - 1);
memmove (t_string, t + 1, strlen (t)); /* strlen(t) to copy NULL */
}
}
#undef ROOT_PATH