[Github-comments] [geany/geany-plugins] GeanyVC: Add support for Fossil SCM (fossil-scm.org) (#969)

Frank Lanitz notifications at xxxxx
Tue Apr 28 09:11:44 UTC 2020


@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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20200428/a0ddcf2d/attachment.htm>


More information about the Github-comments mailing list