changeset 33708:54426d9f8544

Fix type to match read_pnm arguments.
author reimar
date Sat, 02 Jul 2011 22:55:52 +0000
parents d5d3d2c6b6e3
children d7d180520491
files command.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/command.c	Sat Jul 02 17:13:26 2011 +0000
+++ b/command.c	Sat Jul 02 22:55:52 2011 +0000
@@ -2558,7 +2558,7 @@
 static void overlay_add(char *file, int id, int x, int y, unsigned col)
 {
     FILE *f;
-    unsigned w, h, bpp, maxval;
+    int w, h, bpp, maxval;
     uint8_t *data;
     struct mp_eosd_image *img;