]> git.sesse.net Git - vlc/commit
WinCE: don't strip leading slash when converting from file:// URIs
authorPierre Ynard <linkfanel@yahoo.fr>
Tue, 16 Jun 2009 11:05:33 +0000 (13:05 +0200)
committerPierre Ynard <linkfanel@yahoo.fr>
Tue, 16 Jun 2009 11:05:33 +0000 (13:05 +0200)
commitc4402537c58d5200578fb45fd0978a470d1745b4
treea0bf9764920efddc71a45020ad284bcf9775ee4f
parentd997857bada66bc115d3746b836b1c437b4428fb
WinCE: don't strip leading slash when converting from file:// URIs

file:// URI syntax on Windows features a leading slash before the drive
letter (file:///C:/Foobar/...). This is irrelevant on WinCE, that only
has a root directory.
src/input/input.c