From: GetAway Date: Wed, 2 Aug 2017 18:52:18 +0000 (+0200) Subject: fix renderchar X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=14987594183cbcc8ade0849c7cfab6d0cb573546;p=tuxwetter.git fix renderchar bump version to 4.05 --- diff --git a/text.c b/text.c index e346cd3..e4bc8f3 100644 --- a/text.c +++ b/text.c @@ -218,8 +218,6 @@ int RenderChar(FT_ULong currentchar, int _sx, int _sy, int _ex, int color) FT_Vector kerning; FT_Error err; - currentchar=currentchar & 0xFF; - if (currentchar == '\r') // display \r in windows edited files { if(color != -1) diff --git a/tuxwetter.c b/tuxwetter.c index 1173ac2..64b4677 100644 --- a/tuxwetter.c +++ b/tuxwetter.c @@ -44,7 +44,7 @@ #include "gifdecomp.h" #include "icons.h" -#define P_VERSION "4.04" +#define P_VERSION "4.05" #define S_VERSION ""