This commit is contained in:
Jean-Francois Dockes 2011-05-08 22:20:32 +02:00
parent e612d165d3
commit f1c651deeb

View File

@ -95,6 +95,10 @@ sub imgTagsToHtml {
return $output;
}
####################################################################
# Code for the rclexecm filter<->indexer protocol from here
# Get one line from stdin (from recollindex), exit on eof
sub readlineorexit {
my $s = <STDIN>;