[MPlayer-cvslog] r34211 - trunk/gui/win32/interface.c

ib subversion at mplayerhq.hu
Mon Oct 17 12:48:20 CEST 2011


Author: ib
Date: Mon Oct 17 12:48:20 2011
New Revision: 34211

Log:
Cosmetic: Change comment.

Try to explain why a filename conversion makes sense in the Wine port.

Modified:
   trunk/gui/win32/interface.c

Modified: trunk/gui/win32/interface.c
==============================================================================
--- trunk/gui/win32/interface.c	Mon Oct 17 12:47:28 2011	(r34210)
+++ trunk/gui/win32/interface.c	Mon Oct 17 12:48:20 2011	(r34211)
@@ -380,7 +380,9 @@ void uiSetFileName(char *dir, char *name
 
     filename = guiInfo.Filename;
 #ifdef __WINE__
-    filename = unix_name(filename);    // passed file arguments may be in Windows format
+    // if filename is in Windows format, convert it
+    // so that MPlayer will find it in the Linux filesystem
+    filename = unix_name(filename);
 #endif
     guiInfo.StreamType = type;
 


More information about the MPlayer-cvslog mailing list