RobGrant
18th April 2005 10:33 UTC
ReplaceLineStr bug?
Hi guys, I've not posted here for a while but I think I've found a bug in Afrow's neat ReplaceLineStr function (http://nsis.sourceforge.net/archive/...b.php?page=626).
I think at the end he needs to replace
Pop $R6
Pop $R4
with:
Pop $R6
Pop $R5
Pop $R4
Is this right?
Thanks
Rob
Afrow UK
18th April 2005 13:17 UTC
Yeh that's right. It doesn't actually stop anything functioning; it'll just mean one string gets left on the stack.
-Stu
RobGrant
18th April 2005 14:30 UTC
That was the variable that stored a password, I got some odd errors when a Windows Domain was being entered as the password instead :)
Afrow UK
18th April 2005 19:35 UTC
Ah in that case fair enough :)
-Stu