(file) Return to chexify.pl CVS log (file) (dir) Up to [RizwankCVS] / group3 / wine / tools

Diff for /group3/wine/tools/chexify.pl between version 1.2 and 1.3

version 1.2, 2005/02/25 08:00:17 version 1.3, 2005/02/25 08:32:42
Line 21 
Line 21 
                $buffer =~ s/(.|\n)/'0x' . unpack('H2', $1).', '/ge;                $buffer =~ s/(.|\n)/'0x' . unpack('H2', $1).', '/ge;
                print "\t$buffer\n";                print "\t$buffer\n";
        }        }
        print "const static int size_$varname"." = sizeof(file_$varname);\n";  
        close FILE;        close FILE;
  
        print "};\n\n";         print "};\n";
          print "const static int size_$varname"." = sizeof(file_$varname);\n\n";
 } }


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

Rizwan Kassim
Powered by
ViewCVS 0.9.2