another compilation fix for wxStrlcpy use in STL Unicode build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57080 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -436,7 +436,7 @@ bool wxGetEmailAddress(wxChar *address, int maxSize)
|
|||||||
if ( !email )
|
if ( !email )
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
wxStrlcpy(address, email, maxSize);
|
wxStrlcpy(address, email.t_str(), maxSize);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user