removed extra junk

This commit is contained in:
megazig 2009-06-30 17:43:06 -05:00
parent 8fa3891f00
commit 803f56f5c7

View File

@ -4,9 +4,6 @@ import sys, re, struct
from Struct import Struct
hardstring = '\xfe\xff\x00\x22\x63\xa5\x7d\x9a\x30\x59\x30\x8b\x98\x06\x75\x6a'
hardstring += '\x30\x6b\x00\x0d\x00\x0a\x24\x60\x30\xdc\x30\xbf\x30\xf3\x30\x68'
def nullterm(str_plus):
z = str_plus.find('\x00\x09')
if z != -1: