[497/906] filtershader: fix format compiler warnings

This commit is contained in:
Julien Isorce 2012-04-20 10:32:23 +02:00 committed by Matthew Waters
parent 865e431a75
commit 5d752d6422

View file

@ -319,7 +319,8 @@ parse_error:
fprintf (stderr, " ");
fprintf (stderr, "^\n");
}
GST_ERROR ("parse error on line %d, position %d (%s)", line, t - p, t);
GST_ERROR ("parse error on line %d, position %ld (%s)", line, (glong) (t - p),
t);
return -1;
}