mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 08:00:24 +00:00
Fix file location in file properties dialog.
svn path=/trunk/; revision=40167
This commit is contained in:
parent
e01595c798
commit
f7374ea760
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ SH_FileGeneralSetText(HWND hwndDlg, WCHAR *lpstr)
|
|||
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);
|
||||
|
|
Loading…
Reference in a new issue