[vlc-devel] commit: Improved CDDB information support in cdda.c (Laurent Aimar )
Laurent Aimar
fenrir at via.ecp.fr
Sun Feb 1 15:08:39 CET 2009
Hi
On Sun, Feb 01, 2009, git version control wrote:
> diff --git a/modules/meta_engine/taglib.cpp b/modules/meta_engine/taglib.cpp
> index 60b4a94..0a62e66 100644
> --- a/modules/meta_engine/taglib.cpp
> +++ b/modules/meta_engine/taglib.cpp
> @@ -366,7 +366,7 @@ static int ReadMeta( vlc_object_t* p_this)
> SET( comment, Description );
> SET( genre, Genre );
> SETINT( year, Date );
> - SETINT( track, Tracknum );
> + SETINT( track, TrackNum );
Sorry for this one, it should have been in the previous commit (wrong squash)
--
fenrir
More information about the vlc-devel
mailing list