Index: Dumpfile.pm
===================================================================
--- Dumpfile.pm	(revision 323)
+++ Dumpfile.pm	(working copy)
@@ -826,7 +826,7 @@
     if(!defined $text && defined $file) {
             
         my ($input, $output);
-        if (defined $isNative) {
+        if ($isNative) {
             open ($input, "<:crlf", $file);
             my $tmpFile = "$gTmpDir/crlf_to_lf.tmp.txt";
             open ($output, ">", $tmpFile);
