Removed extra back-slash in uninstaller execution path
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3229 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
0ec2d9c03e
commit
d5687e0764
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInst,LPSTR lpszCmdParam,
|
|||
for (x = 0; x < 26; x ++)
|
||||
{
|
||||
// File name need slash before because temp dir was changed by validate_filename
|
||||
static char s[]="\\A~NSISu_.exe";
|
||||
static char s[]="A~NSISu_.exe";
|
||||
static char buf2[NSIS_MAX_STRLEN*2];
|
||||
static char ibuf[NSIS_MAX_STRLEN];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue