Archive: ReplaceLineStr bug?


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

Yeh that's right. It doesn't actually stop anything functioning; it'll just mean one string gets left on the stack.

-Stu


That was the variable that stored a password, I got some odd errors when a Windows Domain was being entered as the password instead :)


Ah in that case fair enough :)

-Stu