This commit is contained in:
Ward Wouts 2003-04-22 19:11:15 +00:00
parent aa59b7708d
commit fa47088a78

View file

@ -1,6 +1,6 @@
################################# #################################
# #
# $Dwarf: yenc.rb,v 1.5 2003/04/20 21:31:12 ward Exp $ # $Dwarf: yenc.rb,v 1.6 2003/04/21 19:45:38 ward Exp $
# $Source$ # $Source$
# #
# article.rb # article.rb
@ -222,7 +222,7 @@ def _ydecode_array(data)
while (i < data.length) while (i < data.length)
line = data[i] line = data[i]
line.chop! line.chomp!("\r\n")
print "at #{i} need to go to #{data.length}\n" if Debuglevel > 1 print "at #{i} need to go to #{data.length}\n" if Debuglevel > 1
print "line: #{line}" if Debuglevel > 0 print "line: #{line}" if Debuglevel > 0
i += 1 i += 1