[497/906] filtershader: fix format compiler warnings
This commit is contained in:
parent
865e431a75
commit
5d752d6422
@ -319,7 +319,8 @@ parse_error:
|
|||||||
fprintf (stderr, " ");
|
fprintf (stderr, " ");
|
||||||
fprintf (stderr, "^\n");
|
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;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user