remove newline

bug/bundler_fix
Christian Mehlmauer 2015-02-24 17:35:53 +01:00
parent 906c4a9024
commit 1d2fc989bd
No known key found for this signature in database
GPG Key ID: BCFF4FA966BC32C7
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ module Buffer
when 'num'
buf = Rex::Text.to_num(buf)
when 'hex'
buf = Rex::Text.to_hex(buf, '') + "\n"
buf = Rex::Text.to_hex(buf, '')
when 'dword', 'dw'
buf = Rex::Text.to_dword(buf)
when 'python', 'py'