From a5ae6a1cba101df1c628cff7a240c0a4c532c178 Mon Sep 17 00:00:00 2001 From: dockes Date: Thu, 9 Oct 2008 06:38:53 +0000 Subject: [PATCH] *** empty log message *** --- src/filters/rclimg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/filters/rclimg b/src/filters/rclimg index 99b2ef67..aa53ba0e 100755 --- a/src/filters/rclimg +++ b/src/filters/rclimg @@ -1,5 +1,5 @@ #! /usr/bin/perl -w -# @(#$Id: rclimg,v 1.3 2008-10-09 06:31:42 dockes Exp $ (C) 2007 Cedric Scott +# @(#$Id: rclimg,v 1.4 2008-10-09 06:38:53 dockes Exp $ (C) 2007 Cedric Scott ####################################################### # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -65,7 +65,7 @@ sub xapianTag { eval {require Image::ExifTool; Image::ExifTool->import(qw(:Public));}; if ($@) { print STDERR "RECFILTERROR HELPERNOTFOUND Perl::Image::ExifTool\n"; - exit(127); + exit(1); }