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 5db91d8 commit a2fb8eaCopy full SHA for a2fb8ea
doc.cpp
@@ -6055,7 +6055,7 @@ void CMUSHclientDoc::SendWindowSizes (const int iNewWidth)
6055
6056
pmyView->GetTextRect (&r);
6057
6058
- WORD height = (r.bottom - r.top - m_iPixelOffset) / m_FontHeight;
+ WORD height = (WORD) ((r.bottom - r.top - m_iPixelOffset) / m_FontHeight);
6059
6060
// now tell them our size
6061
unsigned char p [] = { IAC, SB, TELOPT_NAWS,
0 commit comments