diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2007-07-06 21:52:38 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-07-06 21:52:38 +0000 |
| commit | 1b52f47cf285d5f3835bce7ad73f360bd327d4e8 (patch) | |
| tree | af5f6637517084bc7914dacfc7fda0a5799f3220 /Src/string.c | |
| parent | 23664: handle bts cache and cleancache subcommands. (diff) | |
| download | zsh-1b52f47cf285d5f3835bce7ad73f360bd327d4e8.tar zsh-1b52f47cf285d5f3835bce7ad73f360bd327d4e8.tar.gz zsh-1b52f47cf285d5f3835bce7ad73f360bd327d4e8.tar.bz2 zsh-1b52f47cf285d5f3835bce7ad73f360bd327d4e8.tar.lz zsh-1b52f47cf285d5f3835bce7ad73f360bd327d4e8.tar.xz zsh-1b52f47cf285d5f3835bce7ad73f360bd327d4e8.tar.zst zsh-1b52f47cf285d5f3835bce7ad73f360bd327d4e8.zip | |
23665: autoloading of module features and related tweaks
Diffstat (limited to 'Src/string.c')
| -rw-r--r-- | Src/string.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/string.c b/Src/string.c index 190ca2d57..2bd1baea3 100644 --- a/Src/string.c +++ b/Src/string.c @@ -109,7 +109,7 @@ zhtricat(char const *s1, char const *s2, char const *s3) /**/ mod_export char * -dyncat(char *s1, char *s2) +dyncat(const char *s1, const char *s2) { /* This version always uses space from the current heap. */ char *ptr; |
