EgtGeneral 2.7l6 :
- piccola miglioria nello Scanner per il riconoscimento delle linee di commento.
This commit is contained in:
+1
-1
@@ -109,7 +109,7 @@ Scanner::GetLine( string& sLine)
|
||||
// incremento contatore di linee
|
||||
m_nLineNbr ++ ;
|
||||
} while ( ( m_bSkipEmptyLine && sLine.empty()) ||
|
||||
( m_bFindRem && sLine.find( m_sRemInit) == 0)) ;
|
||||
( m_bFindRem && sLine.rfind( m_sRemInit, 0) == 0)) ;
|
||||
m_nDeltaLineUnget = m_nLineNbr - nOldLineNbr ;
|
||||
}
|
||||
return true ;
|
||||
|
||||
Reference in New Issue
Block a user