diff options
author | Chet Ramey <chet.ramey@case.edu> | 2011-11-21 20:51:19 -0500 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2011-11-21 20:51:19 -0500 |
commit | 0001803f0b9523c94fa2ede48eaecb047fef4524 (patch) | |
tree | f334332811e033ff966d94f6268f0629a94304b3 /stringlib.c | |
parent | 89a92869e56aba4e4cab2d639c00a86f0545c862 (diff) | |
download | android_external_bash-0001803f0b9523c94fa2ede48eaecb047fef4524.tar.gz android_external_bash-0001803f0b9523c94fa2ede48eaecb047fef4524.tar.bz2 android_external_bash-0001803f0b9523c94fa2ede48eaecb047fef4524.zip |
Bash-4.1 distribution source
Diffstat (limited to 'stringlib.c')
-rw-r--r-- | stringlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stringlib.c b/stringlib.c index 09866d5..0a612ca 100644 --- a/stringlib.c +++ b/stringlib.c @@ -125,7 +125,7 @@ find_index_in_alist (string, alist, flags) not including END. */ char * substring (string, start, end) - char *string; + const char *string; int start, end; { register int len; |