Skip to content

Commit 53d5578

Browse files
committed
fix format string length modifier
1 parent 5e132db commit 53d5578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/lib/src/openingsuite.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ bool OpeningSuite::initialize()
147147
}
148148

149149
if (m_startIndex >= m_filePositions.size())
150-
qWarning("Start index larger than book size, wrapping after %d.", m_filePositions.size());
150+
qWarning("Start index larger than book size, wrapping after %lld.", m_filePositions.size());
151151

152152
m_gameIndex += m_startIndex % m_filePositions.size();
153153
}

0 commit comments

Comments
 (0)