The unified diff between revisions [3d9e9476..] and [a5720087..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'checks/dolook2.cpp'

#
#
# patch "checks/dolook2.cpp"
#  from [37bf56072f24c843ac66295bd79544e283de9737]
#    to [85311129695d27a3c04ac8d6c56ac0ed7a640d61]
#
============================================================
--- checks/dolook2.cpp	37bf56072f24c843ac66295bd79544e283de9737
+++ checks/dolook2.cpp	85311129695d27a3c04ac8d6c56ac0ed7a640d61
@@ -19,7 +19,7 @@ class S2K_Filter : public Filter
    {
    public:
       void write(const byte in[], u32bit len)
-         { passphrase += std::string((const char*)in, len); }
+         { passphrase += std::string(reinterpret_cast<const char*>(in), len); }
       void end_msg()
          {
          s2k->change_salt(salt, salt.size());