~ubuntu-branches/ubuntu/natty/vlc/natty

« back to all changes in this revision

Viewing changes to modules/access/file.c

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2010-07-23 10:41:59 UTC
  • mfrom: (1.1.31 upstream)
  • Revision ID: james.westby@ubuntu.com-20100723104159-pudrtu70a1svhiyl
Tags: 1.1.1-1+exp1ubuntu1
* Merge from Debian experimental, remaining changes:
  - build and install the libx264 plugin
  - add Xb-Npp header to vlc package
  - Add apport hook to include more vlc dependencies in bug reports

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 *****************************************************************************
4
4
 * Copyright (C) 2001-2006 the VideoLAN team
5
5
 * Copyright © 2006-2007 Rémi Denis-Courmont
6
 
 * $Id: cf3deb26aa0c2e39d286e3c417c563350510ae35 $
 
6
 * $Id: e41c5ea9e596841694d6166e74425d0e71c6fe99 $
7
7
 *
8
8
 * Authors: Christophe Massiot <massiot@via.ecp.fr>
9
9
 *          Rémi Denis-Courmont <rem # videolan # org>
104
104
    if (fstatfs (fd, &stf))
105
105
        return false;
106
106
 
107
 
    switch (stf.f_type)
 
107
    switch ((unsigned long)stf.f_type)
108
108
    {
109
109
        case AFS_SUPER_MAGIC:
110
110
        case CODA_SUPER_MAGIC: