minor fix

This commit is contained in:
Miroslav Stampar 2010-05-28 10:17:03 +00:00
parent 4eccf1a25d
commit 48c0f4f053

View File

@ -420,7 +420,7 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
# If we had no luck with singleValue and common charset, # If we had no luck with singleValue and common charset,
# use the returned other charset # use the returned other charset
if not val: if not val:
val = getChar(index, otherCharset) val = getChar(index, otherCharset, otherCharset == asciiTbl)
else: else:
val = getChar(index, asciiTbl) val = getChar(index, asciiTbl)