We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e132db commit 53d5578Copy full SHA for 53d5578
projects/lib/src/openingsuite.cpp
@@ -147,7 +147,7 @@ bool OpeningSuite::initialize()
147
}
148
149
if (m_startIndex >= m_filePositions.size())
150
- qWarning("Start index larger than book size, wrapping after %d.", m_filePositions.size());
+ qWarning("Start index larger than book size, wrapping after %lld.", m_filePositions.size());
151
152
m_gameIndex += m_startIndex % m_filePositions.size();
153
0 commit comments