Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11079
Modified Files:
pfi-library.nsh
Log Message:
Fix the bug introduced in the "Make future maintenance
a little easier" change (oops!)
Index: pfi-library.nsh
===================================================================
RCS file: /cvsroot/popfile/windows/pfi-library.nsh,v
retrieving revision 1.70
retrieving revision 1.71
diff -C2 -d -r1.70 -r1.71
*** pfi-library.nsh 3 Dec 2006 15:24:36 -0000 1.70
--- pfi-library.nsh 5 Dec 2006 20:28:46 -0000 1.71
***************
*** 59,63 ****
#--------------------------------------------------------------------------
! !define C_PFI_LIBRARY_VERSION "0.1.15"
#--------------------------------------------------------------------------
--- 59,63 ----
#--------------------------------------------------------------------------
! !define C_PFI_LIBRARY_VERSION "0.1.16"
#--------------------------------------------------------------------------
***************
*** 4142,4145 ****
--- 4142,4146 ----
!undef DECIMAL_DIGIT
+ !undef BAD_OFFSET
FunctionEnd
|