[ros-diffs] [spetreolle] 40167: Fix file location in file properties dialog.

spetreolle at svn.reactos.org spetreolle at svn.reactos.org
Sat Mar 21 23:19:28 CET 2009


Author: spetreolle
Date: Sun Mar 22 01:19:27 2009
New Revision: 40167

URL: http://svn.reactos.org/svn/reactos?rev=40167&view=rev
Log:
Fix file location in file properties dialog.

Modified:
    trunk/reactos/dll/win32/shell32/fprop.c

Modified: trunk/reactos/dll/win32/shell32/fprop.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/fprop.c?rev=40167&r1=40166&r2=40167&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/fprop.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/fprop.c [iso-8859-1] Sun Mar 22 01:19:27 2009
@@ -249,7 +249,7 @@
     if (lpstr == NULL)
         return FALSE;
 
-    lpdir = wcschr(lpstr, '\\');        /* find the last occurence of '\\' */
+    lpdir = wcsrchr(lpstr, '\\');        /* find the last occurence of '\\' */
 
     plength = wcslen(lpstr);
     flength = wcslen(lpdir);



More information about the Ros-diffs mailing list