readline and completion fixes

This commit is contained in:
Chet Ramey
2023-04-20 11:27:36 -04:00
parent a46164736e
commit d052bd6fd9
19 changed files with 8015 additions and 7681 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
#include <bashansi.h>
size_t
strlcpy(const char *dest, const const char *src, size_t size)
strlcpy(char *dest, const const char *src, size_t size)
{
size_t ret;