summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TOOLS/subfont-c/subfont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/subfont-c/subfont.c b/TOOLS/subfont-c/subfont.c
index 7c85d829ec..584fe7d7db 100644
--- a/TOOLS/subfont-c/subfont.c
+++ b/TOOLS/subfont-c/subfont.c
@@ -629,7 +629,7 @@ void blur(
unsigned char *s = buffer;
unsigned short *t = tmp2+1;
for(y=0; y<height; y++){
- memset(t, 0, (width+1)*sizeof(short));
+ memset(t-1, 0, (width+1)*sizeof(short));
// for(x=0; x<width+1; x++)
// t[x]= 128;