diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2007-02-02 21:42:14 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-02-02 21:42:14 +0000 |
| commit | 54d692c4b557eecbb15d0ba4814fa99902ab3008 (patch) | |
| tree | 0f8002764070f951674462e5cb0e79e1840ea883 /Src/string.c | |
| parent | unposted: we could add checksched() twice to the timed event list (diff) | |
| download | zsh-54d692c4b557eecbb15d0ba4814fa99902ab3008.tar zsh-54d692c4b557eecbb15d0ba4814fa99902ab3008.tar.gz zsh-54d692c4b557eecbb15d0ba4814fa99902ab3008.tar.bz2 zsh-54d692c4b557eecbb15d0ba4814fa99902ab3008.tar.lz zsh-54d692c4b557eecbb15d0ba4814fa99902ab3008.tar.xz zsh-54d692c4b557eecbb15d0ba4814fa99902ab3008.tar.zst zsh-54d692c4b557eecbb15d0ba4814fa99902ab3008.zip | |
23143: make =-expansion with metacharacters more consistent
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 6a381ca30..190ca2d57 100644 --- a/Src/string.c +++ b/Src/string.c @@ -135,7 +135,7 @@ bicat(const char *s1, const char *s2) return ptr; } -/* like strdup(), but with a specified length */ +/* like dupstring(), but with a specified length */ /**/ mod_export char * |
