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
_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to