<p></p>
<p><b>@eht16</b> commented on this pull request.</p>
<hr>
<p>In <a href="https://github.com/geany/geany/pull/2769#discussion_r606855388">plugins/saveactions.c</a>:</p>
<pre style='color:#555'>> SETPTR(new_filename, g_strconcat(new_filename, ".", ft->extension, NULL));
+ /* create new file */
+ fd = g_mkstemp(new_filename);
+ if (fd == -1)
+ {
+ gchar *message = g_strdup_printf(
+ _("Instant Save filename could not be generated (%s)."), g_strerror(errno));
+ ui_set_statusbar(TRUE, "%s", message);
+ g_warning("%s", message);
+ g_free(message);
+ return;
</pre>
<p>Fixed, thanks for spotting.</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/pull/2769#discussion_r606855388">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ6MISNDRQA65GOKKR3THDJ7ZANCNFSM4ZSS3CGA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAIOWJ4VCH4TMK56SQMB6JLTHDJ7ZA5CNFSM4ZSS3CGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOEVUAGGY.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/pull/2769#discussion_r606855388",
"url": "https://github.com/geany/geany/pull/2769#discussion_r606855388",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>