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?…
==============================================================================
--- 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);