diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2005-01-17 16:57:46 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2005-01-17 16:57:46 +0000 |
commit | 59394d1f895783c60e2bb3be209e1b5d7dae0fe2 (patch) | |
tree | c2880dd75aad15c87a170906ff30aeeadb062370 | |
parent | 7cc214f5bd3b2c730adfae9f84abe5240058c112 (diff) | |
download | gst-plugins-bad-59394d1f895783c60e2bb3be209e1b5d7dae0fe2.tar.gz gst-plugins-bad-59394d1f895783c60e2bb3be209e1b5d7dae0fe2.tar.bz2 gst-plugins-bad-59394d1f895783c60e2bb3be209e1b5d7dae0fe2.zip |
Fix compile warnings on Solaris 10 buildbot
Original commit message from CVS:
Fix compile warnings on Solaris 10 buildbot
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2005-01-17 Tim-Philipp Müller <tim at centricular dot net> + * ext/dvdread/dvdreadsrc.c: (get_next_cell_for): + Fix compile warnings on Solaris 10 buildbot + +2005-01-17 Tim-Philipp Müller <tim at centricular dot net> + * ext/dvdread/dvdreadsrc.c: (_read): Don't read beyond the last cell in a chapter (fixes invalid memory access) |