[vlc-commits] WinCE: remove stray comment

Pierre Ynard git at videolan.org
Mon Sep 5 02:14:57 CEST 2011


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Mon Sep  5 02:13:40 2011 +0200| [42b85a3cb22abd6245bdc774f52b4222234fe406] | committer: Pierre Ynard

WinCE: remove stray comment

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=42b85a3cb22abd6245bdc774f52b4222234fe406
---

 modules/access/file.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/access/file.c b/modules/access/file.c
index 4e9761e..706b355 100644
--- a/modules/access/file.c
+++ b/modules/access/file.c
@@ -72,7 +72,6 @@
 #   endif
 #   define lseek _lseeki64
 #elif defined( UNDER_CE )
-/* FIXME the commandline on wince is a mess */
 # define PathIsNetworkPathW(wpath) (! wcsncmp(wpath, L"\\\\", 2))
 #endif
 



More information about the vlc-commits mailing list