[vlc-commits] [Git][videolan/vlc][3.0.x] cdrom: fix a typo

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Sat Nov 5 09:59:26 UTC 2022



Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC


Commits:
921c47e2 by KO Myung-Hun at 2022-11-05T09:46:20+00:00
cdrom: fix a typo

- - - - -


1 changed file:

- modules/access/vcd/cdrom.c


Changes:

=====================================
modules/access/vcd/cdrom.c
=====================================
@@ -428,7 +428,7 @@ vcddev_toc_t * ioctl_GetTOC( vlc_object_t *p_this, const vcddev_t *p_vcddev,
             int i;
 
             p_toc->p_sectors = calloc( p_toc->i_tracks + 1, sizeof(*p_toc->p_sectors) );
-            if( *p_toc->p_sectors == NULL )
+            if( p_toc->p_sectors == NULL )
             {
                 vcddev_toc_Free( p_toc );
                 return NULL;



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/921c47e26743bbceedf02df36a8441e6d853163a

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/921c47e26743bbceedf02df36a8441e6d853163a
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list