mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Fixes #3806
This commit is contained in:
@@ -52,7 +52,7 @@ class Filesystem(GenericFilesystem):
|
||||
else:
|
||||
scrString += " %s" % strLineChar
|
||||
|
||||
lineAddr += len(lineChar)
|
||||
lineAddr += len(strLineChar) // 2
|
||||
|
||||
fileLines.append(scrString)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user