aboutsummaryrefslogtreecommitdiff
path: root/include/smttfont.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/smttfont.hpp')
-rw-r--r--include/smttfont.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/smttfont.hpp b/include/smttfont.hpp
index 777d8ed..0f87b1c 100644
--- a/include/smttfont.hpp
+++ b/include/smttfont.hpp
@@ -42,7 +42,7 @@ protected:
FT_Library ftlib;
FT_Face ttface;
private:
- wchar_t buf[1024];
+ wchar_t buf[1025];
std::map<wchar_t,smTTChar> chars;
float w,h;
public: