<p>In <a href="https://github.com/geany/geany/pull/809#discussion_r47502073">src/spawn.c</a>:</p>
<pre style='color:#555'>> +    {
> +          gchar *err = g_win32_error_message(GetLastError());
> +          message = g_strdup_printf(
> +                  "Failed to convert working directory to multi-byte string: %s", err);
> +          g_free(err);
> +          failed = "";  /* report the message only */
> +          goto leave;
> +  }
> +  if (! MultiByteToWideChar(
> +          CP_UTF8, 0, command_line, -1, w_command_line, G_N_ELEMENTS(w_command_line)))
> +  {
> +          gchar *err = g_win32_error_message(GetLastError());
> +          message = g_strdup_printf(
> +                  "Failed to convert command line to multi-byte string: %s", err);
> +          g_free(err);
> +          failed = "";  /* report the message only */
</pre>
<p>same here</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany/pull/809/files#r47502073">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ39FzrQNg42T_2URHlGA5N977mz4ks5pPsgHgaJpZM4G0VWF.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/pull/809/files#r47502073"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>