* 00_fix-configure.in.patch * 01_Makefile.am.patch * 03_fails-to-write.patch * 05_MAXPATHLEN.patch * 06_sizeof-FTBFS.patch * 07_fix-spelling-in-binaries.patch * 08_fix-manpage.patch * 09_fix-FTBFS-GCC6.patch - Drop zvbi-automake-1.13.patch OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/zvbi?expand=0&rev=19
16 lines
491 B
Diff
16 lines
491 B
Diff
Description: fix write output to a file. (Closes: #603128)
|
|
Author: Christian Marillat <marillat@debian.org>
|
|
Last-Update: 2010-11-26
|
|
Index: zvbi-0.2.35/contrib/atsc-cc.c
|
|
===================================================================
|
|
--- zvbi-0.2.35.orig/contrib/atsc-cc.c
|
|
+++ zvbi-0.2.35/contrib/atsc-cc.c
|
|
@@ -1848,6 +1848,7 @@ cr_new_line (struct caption_recorder *
|
|
cr->ucs_buffer,
|
|
cr->ucs_buffer_length,
|
|
/* repl_char */ '?');
|
|
+ fflush(fp);
|
|
}
|
|
}
|
|
|