Index: openacs-4/packages/search/tcl/search-convert-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/search/tcl/search-convert-procs.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/search/tcl/search-convert-procs.tcl 25 Nov 2024 14:16:04 -0000 1.9 +++ openacs-4/packages/search/tcl/search-convert-procs.tcl 25 Nov 2024 14:16:35 -0000 1.10 @@ -24,6 +24,7 @@ if {![file exists $filename]} { ns_log warning "search::convert::binary_to_text:" \ "tried to extract text from non-existing file" $filename + return "" } if {[file size $filename] == 0} {