comparison src/callproc.c @ 48:56c54cf7c5b6 r19-16b90

Import from CVS: tag r19-16b90
author cvs
date Mon, 13 Aug 2007 08:56:04 +0200
parents 8d2a9b52c682
children 131b0175ea99
comparison
equal deleted inserted replaced
47:11c6df210d7f 48:56c54cf7c5b6
449 { 449 {
450 close (filefd); 450 close (filefd);
451 close (fd[0]); 451 close (fd[0]);
452 if (fd1 >= 0) 452 if (fd1 >= 0)
453 close (fd1); 453 close (fd1);
454 report_file_error ("Cannot open", error_file); 454 report_file_error ("Cannot open", Fcons(error_file, Qnil));
455 } 455 }
456 456
457 fork_error = Qnil; 457 fork_error = Qnil;
458 #ifdef WINDOWSNT 458 #ifdef WINDOWSNT
459 pid = child_setup (filefd, fd1, fd_error, new_argv, current_dir); 459 pid = child_setup (filefd, fd1, fd_error, new_argv, current_dir);