fix bug
This commit is contained in:
parent
aa59b7708d
commit
fa47088a78
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue