Index: head/sysutils/passwordsafe/files/patch-src_ui_wxWidgets_passwordsubset.cpp =================================================================== --- head/sysutils/passwordsafe/files/patch-src_ui_wxWidgets_passwordsubset.cpp (nonexistent) +++ head/sysutils/passwordsafe/files/patch-src_ui_wxWidgets_passwordsubset.cpp (revision 454537) @@ -0,0 +1,20 @@ +--- src/ui/wxWidgets/passwordsubset.cpp.orig 2017-11-20 03:11:40.369984000 +0300 ++++ src/ui/wxWidgets/passwordsubset.cpp 2017-11-20 03:12:19.012627000 +0300 +@@ -240,7 +240,7 @@ + m_vals->Clear(); + m_error->SetLabel(wxEmptyString); + +- std::wistringstream is(pos_str.wc_str()); ++ std::wistringstream is(static_cast(pos_str.wc_str())); + int pos; + while (is >> pos) { + if (pos > 0 && pos <= N) +@@ -280,7 +280,7 @@ + wxASSERT(val_str.length() % 2 == 0); + for (size_t i = 0; i < val_str.length(); i += 2) + reduced_str += val_str[i]; +- PWSclipboard::GetInstance()->SetData(reduced_str.wc_str()); ++ PWSclipboard::GetInstance()->SetData(static_cast(reduced_str.wc_str())); + } + } + Property changes on: head/sysutils/passwordsafe/files/patch-src_ui_wxWidgets_passwordsubset.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property