From: Brian S. <xue...@us...> - 2005-07-14 11:30:04
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11659 Modified Files: pfi-library.nsh Log Message: Fix the bug that caused PFI_GetSQLdbPathName to return the wrong answer if it is used during creation of a new 'User Data' folder. Index: pfi-library.nsh =================================================================== RCS file: /cvsroot/popfile/windows/pfi-library.nsh,v retrieving revision 1.63 retrieving revision 1.64 diff -C2 -d -r1.63 -r1.64 *** pfi-library.nsh 12 Jul 2005 12:13:03 -0000 1.63 --- pfi-library.nsh 14 Jul 2005 11:29:46 -0000 1.64 *************** *** 58,62 **** #-------------------------------------------------------------------------- ! !define C_PFI_LIBRARY_VERSION "0.1.8" #-------------------------------------------------------------------------- --- 58,62 ---- #-------------------------------------------------------------------------- ! !define C_PFI_LIBRARY_VERSION "0.1.9" #-------------------------------------------------------------------------- *************** *** 2887,2890 **** --- 2887,2891 ---- StrCpy ${L_SQL_CORPUS} "" + StrCpy ${L_SQL_CONNECT} "" IfFileExists "${L_SOURCE}\popfile.cfg" 0 no_sql_set |