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$
|
||||
#
|
||||
# article.rb
|
||||
|
|
@ -186,6 +186,8 @@ def _ydecode_array(data)
|
|||
decode = ""
|
||||
mode = 0600
|
||||
filename = "unknown"
|
||||
oldpartend = 0
|
||||
oldpartbegin = 0
|
||||
c = 0
|
||||
lines = data.length
|
||||
bytes = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue