Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > a0b03c071a28ae568d115e7865db2864 > files > 5

screen-4.0.3-11.mga3.src.rpm

--- screen-4.0.2/fileio.c.varargs	2003-09-08 10:25:28.000000000 -0400
+++ screen-4.0.2/fileio.c	2005-08-23 08:49:21.000000000 -0400
@@ -779,7 +779,7 @@ char *cmd;
 #ifdef SIGPIPE
       signal(SIGPIPE, SIG_DFL);
 #endif
-      execl("/bin/sh", "sh", "-c", cmd, 0);
+      execl("/bin/sh", "sh", "-c", cmd, NULL);
       Panic(errno, "/bin/sh");
     default:
       break;