You've already forked MINGW-packages
mirror of
https://github.com/encounter/MINGW-packages.git
synced 2026-03-30 11:29:58 -07:00
17 lines
448 B
Plaintext
17 lines
448 B
Plaintext
From: Enrik Berkhan
|
|
Subject: Fixed a librecode bug in recode_perform_task
|
|
Bug-Debian: http://bugs.debian.org/134899
|
|
X-Debian-version: 3.6-5
|
|
|
|
--- a/src/task.c
|
|
+++ b/src/task.c
|
|
@@ -1198,6 +1198,8 @@
|
|
else
|
|
success = transform_mere_copy (subtask);
|
|
|
|
+ task->output = subtask->output;
|
|
+
|
|
if (subtask->input.name && *subtask->input.name)
|
|
fclose (subtask->input.file);
|
|
if (subtask->output.name && *subtask->output.name)
|