diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/text.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -60,8 +60,10 @@ text_new(const char *string) text->width = MAX(text->width, width); width = 0; ++text->height; + ++string; } else { ++width; + ++string; } } |