From 54d692c4b557eecbb15d0ba4814fa99902ab3008 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 2 Feb 2007 21:42:14 +0000 Subject: 23143: make =-expansion with metacharacters more consistent --- Src/string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/string.c') 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 * -- cgit 1.4.1