mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-20 06:08:14 +00:00
[497/906] filtershader: fix format compiler warnings
This commit is contained in:
parent
83b2f12c12
commit
e25b142e24
1 changed files with 12 additions and 11 deletions
|
@ -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…
Reference in a new issue