Pre-release fixes

This commit is contained in:
binarymaster
2014-12-10 22:09:07 +03:00
parent 6c2747a08f
commit f0d5f3a6de
3 changed files with 3 additions and 3 deletions

View File

@@ -629,7 +629,7 @@ begin
Writeln('[-] DeleteFile error (code ', Code, ').');
Exit;
end;
Writeln('[+] Removed file: ', FullPath);
Writeln('[+] Removed file: ', Path + 'rdpwrap.ini');
if not DeleteFile(PWideChar(FullPath)) then
begin

Binary file not shown.