Fix assert in webview sample when using find functionality
This commit is contained in:
@@ -736,7 +736,7 @@ void WebFrame::OnFindText(wxCommandEvent& evt)
|
||||
{
|
||||
count++;
|
||||
}
|
||||
wxLogMessage("Searching for:%s current match:%i/%i", m_findText.c_str(), count, m_findCount);
|
||||
wxLogMessage("Searching for:%s current match:%li/%i", m_findText.c_str(), count, m_findCount);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user