Changeset 1845


Ignore:
Timestamp:
2001-01-22T11:39:54+13:00 (23 years ago)
Author:
paynter
Message:

Changed a "!=" to a "ne".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/BasPlug.pm

    r1844 r1845  
    305305    $encoding = $self->{'input_encoding'};
    306306
    307     if ($extracted_encoding != $encoding && $self->{'verbosity'}) {
     307    if ($extracted_encoding ne $encoding && $self->{'verbosity'}) {
    308308        print $outhandle "$plugin_name: WARNING: $file was read using $encoding encoding but ";
    309309        print $outhandle "appears to be encoded as $extracted_encoding.";
Note: See TracChangeset for help on using the changeset viewer.