[libdvdcss-devel] [Git][videolan/libdvdcss][master] CPXM: fix missing return warning
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Tue Jan 13 03:30:50 UTC 2026
Jean-Baptiste Kempf pushed to branch master at VideoLAN / libdvdcss
Commits:
a69b73ea by Steve Lhomme at 2026-01-05T14:17:18+01:00
CPXM: fix missing return warning
- - - - -
1 changed file:
- src/libdvdcpxm.c
Changes:
=====================================
src/libdvdcpxm.c
=====================================
@@ -855,7 +855,7 @@ int dvdcpxm_read ( dvdcss_t dvdcss, void *p_buffer,
int dvdcpxm_seek ( dvdcss_t dvdcss, int i_blocks, int i_flags )
{
- dvdcss_seek( dvdcss, i_blocks, DVDCSS_NOFLAGS );
+ return dvdcss_seek( dvdcss, i_blocks, DVDCSS_NOFLAGS );
}
int dvdcpxm_readv ( dvdcss_t dvdcss, void *p_iovec,
View it on GitLab: https://code.videolan.org/videolan/libdvdcss/-/commit/a69b73ea32857043ba9911e3092906c18676d031
--
View it on GitLab: https://code.videolan.org/videolan/libdvdcss/-/commit/a69b73ea32857043ba9911e3092906c18676d031
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the libdvdcss-devel
mailing list