mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
[497/906] filtershader: fix format compiler warnings
This commit is contained in:
parent
865e431a75
commit
5d752d6422
1 changed files with 12 additions and 11 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue