[PATCH] explorer: Remove unnecessary backslash when parsing /select and /root. (try 2)

Jactry Zeng jzeng at codeweavers.com
Thu Nov 20 07:22:29 CST 2014


Hi folks,

This patch is for fixing bugs of /root and /select option from explorer 
and this bug affects QQ 6.2.

You can reproduce them by:
1. /select
wine cmd:
$ explorer /select,C:\windows\win.ini\

Correctly, it should open "C:\\windows\\" with explorer. But wine 
explorer uses notepad to open "C:\\windows\\win.ini".

2. /root
wine cmd:
$ explorer /root,C:\windows\win.ini\

Correctly, it should open "C:\\windows\\win.ini" with notepad.
But wine explorer uses notepad to open "C:\\windows\\win.ini\\".

Superseded patch 107798.

Thanks Huw!
---
  programs/explorer/explorer.c | 1 +
  1 file changed, 1 insertion(+)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-explorer-Remove-unnecessary-backslash-when-parsing-sel.txt
Type: text/x-patch
Size: 406 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20141120/0b551a24/attachment.bin>


More information about the wine-patches mailing list