Changeset 92

Show
Ignore:
Timestamp:
07.12.2006 16:59:46 (2 years ago)
Author:
jorge
Message:

Fixed: FuzzyOcr?.pm dumb syntax error.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/devel/FuzzyOcr.pm

    r91 r92  
    675675        if ($internal_score + $current_score > $score) { 
    676676            my $total = $internal_score + $current_score; 
    677             warnlog("FuzzyOcr stopped, message got $internal_score points by other FuzzyOcr tests ($total>$score)." 
     677            warnlog("FuzzyOcr stopped, message got $internal_score points by other FuzzyOcr tests ($total>$score)."); 
    678678            #infolog("OCR canceled, message got already more than $score points ($total) by other FuzzyOcr tests."); 
    679679            return 0;