Merge branch '1.37'

This commit is contained in:
Colomban Wendling 2020-11-08 18:51:20 +01:00
commit 0a0b4b000c
4 changed files with 9 additions and 3 deletions

6
NEWS
View File

@ -1,6 +1,12 @@
Geany 1.38 (unreleased)
Geany 1.37.1 (November 08, 2020)
Windows
* Fix crash on first startup (Issue#2639, PR#2645).
Geany 1.37 (October 25, 2020)
General

View File

@ -1,4 +1,4 @@
.TH "GEANY" "1" "October 25, 2020" "geany @VERSION@" ""
.TH "GEANY" "1" "November 08, 2020" "geany @VERSION@" ""
.SH "NAME"
Geany \(em a small and lightweight IDE
.SH "SYNOPSIS"

View File

@ -14,7 +14,7 @@
Frank Lanitz,
Colomban Wendling,
Matthew Brush
:Date: 2020-10-25
:Date: 2020-11-08
:Version: |(version)|
Copyright © 2005 The Geany contributors

View File

@ -406,7 +406,7 @@ static gint get_windows_socket_port(void)
if (! g_file_test(configfile, G_FILE_TEST_IS_REGULAR))
{
geany_debug(
"No user config file found, use default TCP port (%s).",
"No user config file found, use default TCP port (%d).",
SOCKET_WINDOWS_REMOTE_CMD_PORT);
g_free(configfile);
return SOCKET_WINDOWS_REMOTE_CMD_PORT;