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 a2fb8ea commit 533b31fCopy full SHA for 533b31f
ProcessPreviousLine.cpp
@@ -746,7 +746,7 @@ assemble the full text of the original line.
746
if (!m_LineList.IsEmpty ())
747
{
748
m_pCurrentLine = m_LineList.GetTail ();
749
- if ((m_pCurrentLine->flags & COMMENT == 0) ||
+ if (((m_pCurrentLine->flags & COMMENT) == 0) ||
750
m_pCurrentLine->hard_return)
751
m_pCurrentLine = NULL;
752
}
0 commit comments