declare variables
This commit is contained in:
parent
8843a9d9a2
commit
a9ad7d80ed
1 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
#################################
|
#################################
|
||||||
#
|
#
|
||||||
# $Dwarf: yenc.rb,v 1.4 2003/04/20 20:15:34 ward Exp $
|
# $Dwarf: yenc.rb,v 1.5 2003/04/20 21:31:12 ward Exp $
|
||||||
# $Source$
|
# $Source$
|
||||||
#
|
#
|
||||||
# article.rb
|
# article.rb
|
||||||
|
|
@ -186,6 +186,8 @@ def _ydecode_array(data)
|
||||||
decode = ""
|
decode = ""
|
||||||
mode = 0600
|
mode = 0600
|
||||||
filename = "unknown"
|
filename = "unknown"
|
||||||
|
oldpartend = 0
|
||||||
|
oldpartbegin = 0
|
||||||
c = 0
|
c = 0
|
||||||
lines = data.length
|
lines = data.length
|
||||||
bytes = 0
|
bytes = 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue