|
From: <xue...@us...> - 2003-10-12 16:24:31
|
Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv5527
Modified Files:
pfi-library.nsh
Log Message:
Found an uninitialised register in a library function.
Index: pfi-library.nsh
===================================================================
RCS file: /cvsroot/popfile/windows/pfi-library.nsh,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** pfi-library.nsh 5 Oct 2003 10:01:49 -0000 1.16
--- pfi-library.nsh 12 Oct 2003 16:24:25 -0000 1.17
***************
*** 865,868 ****
--- 865,869 ----
Push $R3
StrLen $R3 $R0
+ StrCpy $R1 0
loop:
|