Changeset 127
- Timestamp:
- 08.01.2007 11:29:45 (2 years ago)
- Files:
-
- trunk/devel/FuzzyOcr/Config.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/devel/FuzzyOcr/Config.pm
r126 r127 625 625 next if $k =~ m/^focr_threshold_/; 626 626 debuglog(" $k => ".$conf->{$k}); 627 } 628 629 unless (@scansets) { 630 warn("No scansets loaded, did you remove the \"focr_config_end\" line at the end of the .cf file?"); 627 631 } 628 632
