Jordi Monfar - 2005-01-28

Logged In: YES
user_id=1205325

Independently of further investigation, these modifications
will show warnings for path components and filenames longer
than 64 characters during the library build phase:

bash-3.00$ diff FileEntry.rb*
108,112d107
<
< if @filename.length > 64
< print "Warning Filename > 64: ",@filename
[0..63],"|",@filename[64..-1],"\n"
< print "Warning into Dir: ",@path,"\n"
< end

bash-3.00$ diff Path.rb*
56,58d55
< if dir.length > 64
< print "Warning Pathname > 64: ",dir[0..63],"|",dir
[64..-1],"\n"
< end

Sure than someone more expert in the application and on
Ruby will be able to improve this, or locate it in a more logic
place.