mirror of
https://github.com/jiangzhengwenjz/katam.git
synced 2024-11-23 13:10:11 +00:00
fix preproc (again *2)
This commit is contained in:
parent
72b7656211
commit
60254aa0e8
@ -70,6 +70,7 @@ CharmapReader::CharmapReader(std::string filename) : m_filename(filename)
|
||||
if (filename == "")
|
||||
{
|
||||
m_size = 0;
|
||||
m_pos = 0;
|
||||
m_buffer = new char[1] {};
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user