Fix Win32 compilation nit following change #24074
Steve Hay [Tue, 29 Mar 2005 08:48:50 +0000 (08:48 +0000)]
p4raw-link: @24074 on //depot/perl: e1ec3a884f8d8c64eb7e391b2a363f47cbeed570

p4raw-id: //depot/perl@24093

util.c

diff --git a/util.c b/util.c
index afbe19e..b6a2ebc 100644 (file)
--- 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);