mirror of
				https://github.com/Laupetin/OpenAssetTools.git
				synced 2025-10-31 10:36:58 +00:00 
			
		
		
		
	Add ZoneDefinition Lexer
This commit is contained in:
		| @@ -64,7 +64,7 @@ protected: | ||||
|         { | ||||
|             while (peekLine >= m_line_cache.size()) | ||||
|             { | ||||
|                 if (m_line_cache.back().IsEof()) | ||||
|                 if (!m_line_cache.empty() && m_line_cache.back().IsEof()) | ||||
|                     return EOF; | ||||
|  | ||||
|                 m_line_cache.push_back(m_stream->NextLine()); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user