| commit | a0c0a00fc419b7bc08202a79134fcd5bc0427071 | [log] [tgz] |
|---|---|---|
| author | Chet Ramey <chet.ramey@case.edu> | Thu Sep 15 16:59:08 2016 -0400 |
| committer | Chet Ramey <chet.ramey@case.edu> | Thu Sep 15 16:59:08 2016 -0400 |
| tree | cfde1549b35d73504bb539008de4b00e44e8f8fb | |
| parent | 30a978b7d808c067219c95be88c4979b6a7aa251 [diff] [blame] |
Bash-4.4 distribution sources and documentation
diff --git a/stringlib.c b/stringlib.c index 9509299..745e536 100644 --- a/stringlib.c +++ b/stringlib.c
@@ -184,7 +184,7 @@ strcreplace (string, c, text, do_glob) char *string; int c; - char *text; + const char *text; int do_glob; { char *ret, *p, *r, *t;