From 5aa03402ae51f6c4b317911baf9e23d53d57a129 Mon Sep 17 00:00:00 2001 From: Christophe Massiot Date: Wed, 16 Oct 2002 23:13:00 +0000 Subject: [PATCH] * Fixed a warning. --- plugins/vcd/cdrom_tools.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ) -- 2.39.5