namazu-ml(ring)


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: namazu-1.4.0.0-beta-2 (Re: namazu-1.4.0.0-beta-1)



takehi-s@xxxxxxxxxxx (SHIOZAKI Takehiko) wrote:

>これって、skippedになったもの以外はインデックスつけするものがない、
>というときのでしょうけど、新たなバグが混入している模様です。

ご報告ありがとうございます。とりあえずパッチを作りました。

-- Satoru Takabayashi

Index: mknmz.pl.in
===================================================================
RCS file: /home/satoru/cvsroot/namazu/src/mknmz.pl.in,v
retrieving revision 1.17
diff -c -r1.17 mknmz.pl.in
*** mknmz.pl.in	1999/03/13 06:57:14	1.17
--- mknmz.pl.in	1999/03/15 09:21:30
***************
*** 508,515 ****
      if ($file_count == 0) {
  	# No files are indexed
  	remove_backup_files();
!     }
! 
  	append_finfo() if $APPENDMODE;
  	make_finfo_index();
  	write_body_msg();
--- 508,514 ----
      if ($file_count == 0) {
  	# No files are indexed
  	remove_backup_files();
!     } else {
  	append_finfo() if $APPENDMODE;
  	make_finfo_index();
  	write_body_msg();
***************
*** 518,523 ****
--- 517,523 ----
  	update_registry($file_count);
  	write_nmz_files();
  	make_slog_file();
+     }
  
      make_headfoot_pages($file_count, $key_count);
      put_log($total_files_size, $start_time, $file_count, $key_count);