Skip to content

Commit

Permalink
Fix string display issue (issue #56).
Browse files Browse the repository at this point in the history
  • Loading branch information
joewing committed Aug 26, 2014
1 parent afb1fbf commit ec0b4cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/font.c
Expand Up @@ -218,6 +218,8 @@ char *GetUTF8String(const char *str)
toUTF8 = (iconv_t)-1;
Release(utf8String);
utf8String = (char*)str;
} else {
*outBuf = 0;
}
}
#endif
Expand Down

0 comments on commit ec0b4cb

Please sign in to comment.