<p>In <a href="https://github.com/geany/geany/pull/547#discussion_r47447198">src/utils.c</a>:</p>
<pre style='color:#555'>> @@ -556,7 +556,7 @@ gchar *utils_str_middle_truncate(const gchar *string, guint truncate_length)
>  
>    length = strlen(string);
>  
> -  g_return_val_if_fail(g_utf8_validate(string, length, NULL), NULL);
> +  g_return_val_if_fail(g_utf8_validate(string, length, NULL), g_strdup(string));
</pre>
<p>Of course! Thanks for noticing, will fix.</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/547/files#r47447198">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJx5yJg794Qa-ZZaEnFpn-IK-cIDVks5pPZslgaJpZM4FRC1n.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/547/files#r47447198"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>