1
1

* extfs.c (open_archive): Don't use open_error_pipe() and

close_error_pipe() - it gets stuck on output that exceeds 4
kilobytes.
Этот коммит содержится в:
Andrew V. Samoilov 2002-12-03 12:24:37 +00:00
родитель 251d08f0d9
Коммит 7b75eaf984
2 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -1,3 +1,9 @@
2002-12-03 Andrew V. Samoilov <sav@bcs.zp.ua>
* extfs.c (open_archive): Don't use open_error_pipe() and
close_error_pipe() - it gets stuck on output that exceeds 4
kilobytes.
2002-12-01 Andrew V. Samoilov <sav@bcs.zp.ua>
* extfs.c (open_archive): Use open_error_pipe() and close_error_pipe()

Просмотреть файл

@ -229,9 +229,7 @@ static FILE *open_archive (int fstype, char *name, struct archive **pparc)
if (tmp)
g_free (tmp);
g_free (mc_extfsdir);
open_error_pipe ();
result = popen (cmd, "r");
close_error_pipe (1, NULL);
g_free (cmd);
if (result == NULL) {
if (local_name != NULL && uses_archive)