# HG changeset patch # User reimar # Date 1309647352 0 # Node ID 54426d9f8544b0d149166ddb4b54922c9eaff74e # Parent d5d3d2c6b6e326637485509390b6071ab44950a6 Fix type to match read_pnm arguments. diff -r d5d3d2c6b6e3 -r 54426d9f8544 command.c --- 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;