summaryrefslogtreecommitdiff
path: root/src/xftcore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xftcore.c')
-rw-r--r--src/xftcore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xftcore.c b/src/xftcore.c
index 1c47270..b93dc58 100644
--- a/src/xftcore.c
+++ b/src/xftcore.c
@@ -436,7 +436,7 @@ static CARD32
fbOver24 (CARD32 x, CARD32 y)
{
CARD16 a = (CARD16)(~x >> 24);
- CARD16 t;
+ CARD16 t = 0;
CARD32 m,n,o;
m = XftOverU(x,y,0,a,t);