diff --git a/DebugView++/LogView.cpp b/DebugView++/LogView.cpp index ed6c9c1a..90e2be6f 100644 --- a/DebugView++/LogView.cpp +++ b/DebugView++/LogView.cpp @@ -1602,13 +1602,13 @@ int CLogView::FindLine(Predicate pred, int direction) const SetCursor(::LoadCursor(nullptr, IDC_ARROW)); Win32::ScopedCursor cursor(::LoadCursor(nullptr, IDC_WAIT)); - size_t begin = std::max(GetNextItem(-1, LVNI_FOCUSED), 0); - size_t line = begin; + int begin = std::max(GetNextItem(-1, LVNI_FOCUSED), 0); + int line = begin; if (m_logLines.empty()) return -1; - auto size = m_logLines.size(); + auto size = static_cast (m_logLines.size()); do { line += direction; diff --git a/README.md b/README.md index c1fae2c9..04f83ac4 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ Debugview++, currently at v1.8 [![Build status](https://ci.appveyor.com/api/projects/status/ho962elp8chrdga0/branch/master?svg=true)](https://ci.appveyor.com/project/janwilmans/debugview/branch/master) -[Download latest here](https://github.com/djeedjay/DebugViewPP/releases), I would really like to hear what you think! Leave any [**comments here**](https://github.com/djeedjay/DebugViewPP/issues/283) +[Download latest release](https://github.com/djeedjay/DebugViewPP/releases), I would really like to hear what you think! Leave any [**comments here**](https://github.com/djeedjay/DebugViewPP/issues/283) + +[Download head version ](https://ci.appveyor.com/project/janwilmans/debugview/build/artifacts) ** only pick this if your feeling lucky and want to try the latest commits ** Questions? Tweet me at [**@janwilmans**](https://twitter.com/janwilmans) or chat on skype at 'janwilmans'. There is also a [slack channel](https://cpplang.slack.com/messages/debugviewpp)