From: Brian S. <xue...@us...> - 2005-08-05 00:39:33
|
Update of /cvsroot/popfile/windows/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31748 Modified Files: pfidiag.nsi Log Message: Fix a stack/register corruption bug. Index: pfidiag.nsi =================================================================== RCS file: /cvsroot/popfile/windows/test/pfidiag.nsi,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** pfidiag.nsi 3 Aug 2005 15:29:22 -0000 1.12 --- pfidiag.nsi 5 Aug 2005 00:39:24 -0000 1.13 *************** *** 92,96 **** ;-------------------------------------------------------------------------- ! !define C_VERSION "0.0.54" !define C_OUTFILE "pfidiag.exe" --- 92,96 ---- ;-------------------------------------------------------------------------- ! !define C_VERSION "0.0.55" !define C_OUTFILE "pfidiag.exe" *************** *** 1142,1145 **** --- 1142,1146 ---- Pop ${L_SHORTCUT_TARGET} Pop ${L_SHORTCUT_ARGS} + Pop ${L_POPFILE_TOTAL} Pop ${L_LNK_TOTAL} Pop ${L_LNK_NAME} *************** *** 1151,1154 **** --- 1152,1156 ---- !undef L_LNK_NAME !undef L_LNK_TOTAL + !undef L_POPFILE_TOTAL !undef L_SHORTCUT_ARGS !undef L_SHORTCUT_TARGET |