summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-07-19 11:43:50 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-07-19 11:43:50 +0000
commit1e5dc348d495052779739a95c6ae7b70556fc7ad (patch)
tree5a85c2c5caaa8209689c2a10f0151abe48597c8b /ChangeLog
parentd9f52eff8b966cfb4329babf61b6b2a9fc61c6e2 (diff)
downloadgst-plugins-bad-1e5dc348d495052779739a95c6ae7b70556fc7ad.tar.gz
gst-plugins-bad-1e5dc348d495052779739a95c6ae7b70556fc7ad.tar.bz2
gst-plugins-bad-1e5dc348d495052779739a95c6ae7b70556fc7ad.zip
gst/nsf/nsf.c: Really fix compilation. Apparently it's not enough to just check the return value for errors, but we n...
Original commit message from CVS: * gst/nsf/nsf.c: (nsf_load): Really fix compilation. Apparently it's not enough to just check the return value for errors, but we need to check for short reads as well (now if only we handled them too ...). Fixes #347935.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 66c17f20..7f086cee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
+
+ * gst/nsf/nsf.c: (nsf_load):
+ Really fix compilation. Apparently it's not enough to
+ just check the return value for errors, but we need to
+ check for short reads as well (now if only we handled
+ them too ...). Fixes #347935.
+
2006-07-18 Tim-Philipp Müller <tim at centricular dot net>
* ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):