@frlan commented on this pull request.
> +
+ if (std_out)
+ {
+ std_out1 = *std_out;
+ *std_out = NULL;
+ }
+ if (std_err)
+ {
+ std_err1 = *std_err;
+ *std_err = NULL;
+ }
+
+ ret = execute_custom_command(base_dir, (const gchar **) argv,
(const gchar **) NULL,
+ std_out, std_err, path,
list, message);
+
+ if (std_out1)
Ah. Somehow went confused
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/969#discussion_r416456487