Changeset 270299d207e9ec19a686ccfe9d09bce60ef0eabb

Show
Ignore:
Timestamp:
04/01/07 15:30:10 (2 years ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1167921010 +0000
git-parent:

[e85b2e835fdcbc1297048f6b3aff1a55412d4ba0]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1167921010 +0000
Message:

Match file:// with the directory plugin as any browser does.
Fixes opening of directories.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/access/directory.c

    r496a542 r270299d  
    9595    add_shortcut( "directory" ); 
    9696    add_shortcut( "dir" ); 
     97    add_shortcut( "file" ); 
    9798    add_string( "recursive", "expand" , NULL, RECURSIVE_TEXT, 
    9899                RECURSIVE_LONGTEXT, VLC_FALSE );