This commit is contained in:
Miroslav Stampar
2015-07-15 11:15:06 +02:00
parent fdc8e664df
commit 1aafe85a3a
2 changed files with 4 additions and 4 deletions

View File

@@ -232,7 +232,7 @@ class Filesystem:
fileContent = newFileContent
if fileContent is not None:
fileContent = decodeHexValue(fileContent)
fileContent = decodeHexValue(fileContent, True)
if fileContent:
localFilePath = dataToOutFile(remoteFile, fileContent)