summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorscop <scop>2005-03-22 21:05:45 +0000
committerscop <scop>2005-03-22 21:05:45 +0000
commit27e4b6b82dffe5585ca0f563ff34c3e329652949 (patch)
tree99a93be0dae735ae4141cf9f6e82d3f73327143d /HISTORY
parent0642308cc7030d4f07054f0a3a2d0a9d35125cf1 (diff)
downloadvdr-plugin-dxr3-27e4b6b82dffe5585ca0f563ff34c3e329652949.tar.gz
vdr-plugin-dxr3-27e4b6b82dffe5585ca0f563ff34c3e329652949.tar.bz2
Fix fwrite() return value check.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 0a7fb1e..5be81b0 100644
--- a/HISTORY
+++ b/HISTORY
@@ -282,3 +282,4 @@ NOTE: I havent found time to include all of the languages, will be done in pre2
memcpy routines on more systems (Ville Skyttä)
- avoid hang in pause mode with VDR >= 1.3.18 (Luca Olivetti)
- fix compilation with -fPIC, kudos to ffmpeg (Ville Skyttä)
+- eliminate some compiler warnings (Ville Skyttä)