Update of /cvsroot/mhonarc/mhonarc/MHonArc/lib
In directory subversions:/tmp/cvs-serv28067

Modified Files:
        mhrcfile.pl 
Log Message:
* Ignore blank lines in EXCS resource.


Index: mhrcfile.pl
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/lib/mhrcfile.pl,v
retrieving revision 2.27
retrieving revision 2.28
diff -C2 -r2.27 -r2.28
*** mhrcfile.pl 20 Nov 2002 23:53:12 -0000      2.27
--- mhrcfile.pl 3 Dec 2002 00:05:12 -0000       2.28
***************
*** 170,173 ****
--- 170,174 ----
            while (defined($line = <$handle>)) {
                last  if $line =~ /^\s*<\/excs\s*>/i;
+               next  unless /\S/;
                $line =~ s/\s//g;  $line =~ tr/A-Z/a-z/;
                $HFieldsExc{$line} = 1  if $line;

---------------------------------------------------------------------
To sign-off this list, send email to [EMAIL PROTECTED] with the
message text UNSUBSCRIBE MHONARC-DEV

Reply via email to