From 0880c7ba8ce88e87fa600aeb367a8f88a3ae71e7 Mon Sep 17 00:00:00 2001 From: damien Date: Tue, 28 Nov 2000 16:56:52 +0000 Subject: branch to build the firewall install. --- perl-install/Newt/Av_CharPtrPtr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/Newt/Av_CharPtrPtr.c') diff --git a/perl-install/Newt/Av_CharPtrPtr.c b/perl-install/Newt/Av_CharPtrPtr.c index d108ef5d0..f28fa6315 100644 --- a/perl-install/Newt/Av_CharPtrPtr.c +++ b/perl-install/Newt/Av_CharPtrPtr.c @@ -52,7 +52,7 @@ SV *rv; if( s[x] == NULL ) warn("XS_unpack_charPtrPtr: unable to malloc char*"); else - strcpy( s[x], SvPV( *ssv, na ) ); + strcpy( s[x], SvPV( *ssv, PL_na ) ); } else warn("XS_unpack_charPtrPtr: array elem %d was not a string.", x ); -- cgit v1.2.1