mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Fixes #3806
This commit is contained in:
parent
b4c00f4172
commit
40bc53537c
2 changed files with 2 additions and 2 deletions
|
|
@ -52,7 +52,7 @@ class Filesystem(GenericFilesystem):
|
|||
else:
|
||||
scrString += " %s" % strLineChar
|
||||
|
||||
lineAddr += len(lineChar)
|
||||
lineAddr += len(strLineChar) // 2
|
||||
|
||||
fileLines.append(scrString)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue