瀏覽代碼

(new_volume): Use sys_exec_info_script() instead of system().

Sergey Poznyakoff 19 年之前
父節點
當前提交
13d43c302f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/buffer.c

+ 1 - 1
src/buffer.c

@@ -904,7 +904,7 @@ new_volume (enum access_mode mode)
 	{
 	  if (volno_file_option)
 	    closeout_volume_number ();
-	  if (system (info_script_option) != 0)
+	  if (sys_exec_info_script (*archive_name_cursor, global_volno+1))
 	    FATAL_ERROR ((0, 0, _("%s command failed"),
 			  quote (info_script_option)));
 	}