]> git.sesse.net Git - vlc/commitdiff
* Fixed a warning.
authorChristophe Massiot <massiot@videolan.org>
Wed, 16 Oct 2002 23:13:00 +0000 (23:13 +0000)
committerChristophe Massiot <massiot@videolan.org>
Wed, 16 Oct 2002 23:13:00 +0000 (23:13 +0000)
plugins/vcd/cdrom_tools.c

index e2cb9df56301a445c797c97bd921c7ec8f56d3a4..4f0d119319e6afdcf9f55943fd7c0fddfc5c0f00 100644 (file)
@@ -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 <jobi@via.ecp.fr>
  *         Jon Lech Johansen <jon-vl@nanocrew.net>
@@ -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 )