- Timestamp:
- 08/16/11 04:01:11 (13 years ago)
- File:
-
- 1 edited
-
ps/trunk/source/gui/CInput.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ps/trunk/source/gui/CInput.cpp
r10011 r10012 796 796 m_iBufferPos = m_iBufferPos_Tail = GetMouseHoveringTextPosition(); 797 797 798 799 if (m_iBufferPos >= pCaption->length()) 798 if (m_iBufferPos >= (int)pCaption->length()) 800 799 m_iBufferPos = m_iBufferPos_Tail = pCaption->length() - 1; 801 802 800 803 801 // See if we are clicking over whitespace … … 841 839 } 842 840 843 if (m_iBufferPos_Tail == pCaption->length())841 if (m_iBufferPos_Tail == (int)pCaption->length()) 844 842 break; 845 843 … … 860 858 } 861 859 862 if (m_iBufferPos_Tail == pCaption->length())860 if (m_iBufferPos_Tail == (int)pCaption->length()) 863 861 break; 864 862
Note:
See TracChangeset
for help on using the changeset viewer.
