mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
clapper-app: Correct pipeline SVG size variable type
This commit is contained in:
@@ -582,7 +582,7 @@ _create_pipeline_svg_file_in_thread (GTask *task, GObject *source G_GNUC_UNUSED,
|
|||||||
GVC_t *gvc;
|
GVC_t *gvc;
|
||||||
gchar *path, *template = NULL, *dot_data = NULL, *img_data = NULL;
|
gchar *path, *template = NULL, *dot_data = NULL, *img_data = NULL;
|
||||||
gint fd;
|
gint fd;
|
||||||
guint size = 0;
|
gsize size = 0;
|
||||||
|
|
||||||
if (!(tmp_subdir = _create_tmp_subdir ("pipelines", cancellable, &error)))
|
if (!(tmp_subdir = _create_tmp_subdir ("pipelines", cancellable, &error)))
|
||||||
goto finish;
|
goto finish;
|
||||||
|
Reference in New Issue
Block a user