Re upload patch for "error of double click chinese name txt file in softwares (e.g winefile, WinRAR) "

mengzhuo li muziwind at yahoo.com.cn
Tue Nov 22 20:48:37 CST 2005


Skipped content of type multipart/alternative-------------- next part --------------
? fix-crash-of-double-click-chinese-name-txt-in-softwares.diff
Index: dlls/kernel/process.c
===================================================================
RCS file: /home/wine/wine/dlls/kernel/process.c,v
retrieving revision 1.109
diff -u -p -r1.109 process.c
--- dlls/kernel/process.c	10 Oct 2005 10:28:48 -0000	1.109
+++ dlls/kernel/process.c	23 Nov 2005 02:25:23 -0000
@@ -247,6 +247,8 @@ static BOOL find_exe_file( const WCHAR *
     enum loadorder_type loadorder[LOADORDER_NTYPES];
     int i, file_exists;
 
+    file_exists = 0;    
+
     TRACE("looking for %s\n", debugstr_w(name) );
 
     if (!SearchPathW( NULL, name, exeW, buflen, buffer, NULL ) &&


More information about the wine-patches mailing list