mirror of
https://github.com/zeldaret/tmc
synced 2026-07-09 23:01:43 -04:00
Usability fixes
This commit is contained in:
@@ -69,6 +69,7 @@ CharmapReader::CharmapReader(std::string filename) : m_filename(filename)
|
||||
{
|
||||
if (filename == "")
|
||||
{
|
||||
m_pos = 0;
|
||||
m_size = 0;
|
||||
m_buffer = new char[1] {};
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user