From: Christophe Massiot Date: Wed, 16 Oct 2002 23:13:00 +0000 (+0000) Subject: * Fixed a warning. X-Git-Tag: 0.4.6.1~41 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=5aa03402ae51f6c4b317911baf9e23d53d57a129;p=vlc * Fixed a warning. --- diff --git a/plugins/vcd/cdrom_tools.c b/plugins/vcd/cdrom_tools.c index e2cb9df563..4f0d119319 100644 --- a/plugins/vcd/cdrom_tools.c +++ b/plugins/vcd/cdrom_tools.c @@ -2,7 +2,7 @@ * cdrom_tools.c: cdrom tools ***************************************************************************** * Copyright (C) 1998-2001 VideoLAN - * $Id: cdrom_tools.c,v 1.4 2002/04/27 02:20:32 jobi Exp $ + * $Id: cdrom_tools.c,v 1.4.2.1 2002/10/16 23:13:00 massiot Exp $ * * Author: Johan Bilien * Jon Lech Johansen @@ -342,7 +342,7 @@ CDTOC *getTOC( const char *psz_dev ) CDTOC *pTOC = NULL; io_iterator_t iterator; io_registry_entry_t service; - CFDictionaryRef properties; + CFMutableDictionaryRef properties; CFDataRef data; if( psz_dev == NULL )