This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate:
[perl5.git] / cygwin / cygwin.c
index 18d4db5..21f3b34 100644 (file)
@@ -118,7 +118,7 @@ do_spawn (char *cmd)
            return do_spawnvp("sh",command);
        }
 
-    New (1303,PL_Argv,(s-cmd)/2+2,char*);
+    Newx (PL_Argv,(s-cmd)/2+2,char*);
     PL_Cmd=savepvn (cmd,s-cmd);
     a=PL_Argv;
     for (s=PL_Cmd; *s;) {