aboutsummaryrefslogtreecommitdiffstats
path: root/src/scale.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/scale.c')
-rw-r--r--src/scale.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scale.c b/src/scale.c
index eb9e689..bec380c 100644
--- a/src/scale.c
+++ b/src/scale.c
@@ -46,8 +46,8 @@ static void superscale(struct image *img, unsigned int width, unsigned int heigh
TDEBUG_START
- unsigned int divx[bytesperline];
- unsigned int divy[bytesperline];
+ unsigned int divx[width];
+ unsigned int divy[height];
memset(divx, 0, sizeof divx);
memset(divy, 0, sizeof divy);
for(x = 0; x < img->bufwidth; x++){