Skip to content

Commit 5b55deb

Browse files
gregorycuZeno-
authored andcommittedJan 25, 2015
Suppress MSVC warning in chat.cpp
1 parent ed7c9c4 commit 5b55deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/chat.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -774,5 +774,5 @@ void ChatBackend::scrollPageDown()
774774

775775
void ChatBackend::scrollPageUp()
776776
{
777-
m_console_buffer.scroll(-m_console_buffer.getRows());
777+
m_console_buffer.scroll(-(s32)m_console_buffer.getRows());
778778
}

0 commit comments

Comments
 (0)
Please sign in to comment.