<p></p>
<p><b>@frlan</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/geany/geany-plugins/pull/969#discussion_r416456487">geanyvc/src/vc_fossil.c</a>:</p>
<pre style='color:#555'>> +
+               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)
</pre>
<p>Ah. Somehow went confused</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany-plugins/pull/969#discussion_r416456487">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ2BXH3KALYC2OZ7C53RO2MVBANCNFSM4MQN2HFQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAIOWJ44WYP2D3ZQTYZZKXDRO2MVBA5CNFSM4MQN2HF2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOC7YJ4GA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany-plugins/pull/969#discussion_r416456487",
"url": "https://github.com/geany/geany-plugins/pull/969#discussion_r416456487",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>