From: Steve Hay Date: Tue, 29 Mar 2005 08:48:50 +0000 (+0000) Subject: Fix Win32 compilation nit following change #24074 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=72229eff21be228a89c44e2de40c090d759af214;p=p5sagit%2Fp5-mst-13.2.git Fix Win32 compilation nit following change #24074 p4raw-link: @24074 on //depot/perl: e1ec3a884f8d8c64eb7e391b2a363f47cbeed570 p4raw-id: //depot/perl@24093 --- diff --git a/util.c b/util.c index afbe19e..b6a2ebc 100644 --- a/util.c +++ b/util.c @@ -1465,7 +1465,7 @@ Perl_my_setenv(pTHX_ const char *nam, const char *val) #else /* WIN32 || NETWARE */ void -Perl_my_setenv(pTHX_ const char *nam, char *val) +Perl_my_setenv(pTHX_ const char *nam, const char *val) { register char *envstr; const int nlen = strlen(nam);