From: Brian S. <xue...@us...> - 2007-11-10 13:30:12
|
Update of /cvsroot/popfile/windows/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8070 Modified Files: Tag: b0_22_2 pfidiag.nsi Log Message: Remove a spurious blank line from the end of the report. Index: pfidiag.nsi =================================================================== RCS file: /cvsroot/popfile/windows/test/pfidiag.nsi,v retrieving revision 1.8.4.10 retrieving revision 1.8.4.11 diff -C2 -d -r1.8.4.10 -r1.8.4.11 *** pfidiag.nsi 5 Oct 2007 18:40:19 -0000 1.8.4.10 --- pfidiag.nsi 10 Nov 2007 13:30:13 -0000 1.8.4.11 *************** *** 104,108 **** ;-------------------------------------------------------------------------- ! !define C_VERSION "0.1.8" !define C_OUTFILE "pfidiag.exe" --- 104,108 ---- ;-------------------------------------------------------------------------- ! !define C_VERSION "0.1.9" !define C_OUTFILE "pfidiag.exe" *************** *** 1241,1245 **** StrCmp $G_DIAG_MODE "simple" section_end ! StrCmp ${L_MECABRC} "" exit_with_blank_line StrCpy ${L_TEMP} "" IfFileExists "${L_MECABRC}" display_mecab_result --- 1241,1245 ---- StrCmp $G_DIAG_MODE "simple" section_end ! StrCmp ${L_MECABRC} "" section_end StrCpy ${L_TEMP} "" IfFileExists "${L_MECABRC}" display_mecab_result *************** *** 1248,1253 **** display_mecab_result: DetailPrint "'mecabrc' file = ${L_TEMP}found" - - exit_with_blank_line: DetailPrint "" --- 1248,1251 ---- |