aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal_gen.py
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-04-19 22:23:37 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-04-19 22:23:37 +0000
commitd911bf7c44515739449fb33b65c162553686b023 (patch)
tree9cd37ef2cb0868eeaf321d6475d5d58c6989e876 /ethereal_gen.py
parent12fb63bc9846c987c650dfa2321a65f41acf5863 (diff)
Bug fix from Frank Singleton.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5205 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'ethereal_gen.py')
-rw-r--r--ethereal_gen.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ethereal_gen.py b/ethereal_gen.py
index 3c7e193e7e..81ffaf3199 100644
--- a/ethereal_gen.py
+++ b/ethereal_gen.py
@@ -1,6 +1,6 @@
# -*- python -*-
#
-# $Id: ethereal_gen.py,v 1.22 2002/01/23 23:15:32 guy Exp $
+# $Id: ethereal_gen.py,v 1.23 2002/04/19 22:23:37 guy Exp $
#
# ethereal_gen.py (part of idl2eth)
#
@@ -996,7 +996,7 @@ class ethereal_gen_C:
elif pt == idltype.tk_struct:
self.get_CDR_struct(type,pn)
elif pt == idltype.tk_TypeCode: # will I ever get here ?
- self.get_CDR_TypeCode(type,pn)
+ self.get_CDR_TypeCode(pn)
elif pt == idltype.tk_sequence:
self.get_CDR_sequence(type,pn)
elif pt == idltype.tk_objref: