Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 48c0f4f

Browse files
committed
minor fix
1 parent 4eccf1a commit 48c0f4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/techniques/blind/inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ def downloadThread():
420420
# If we had no luck with singleValue and common charset,
421421
# use the returned other charset
422422
if not val:
423-
val = getChar(index, otherCharset)
423+
val = getChar(index, otherCharset, otherCharset == asciiTbl)
424424
else:
425425
val = getChar(index, asciiTbl)
426426

0 commit comments

Comments
 (0)