[geany/geany] 7fd73a: keyfile: Output unescaped filename if session file cannot be opened
LarsDW223
git-noreply at xxxxx
Wed Mar 14 01:55:01 UTC 2018
Branch: refs/heads/master
Author: LarsDW223 <lars_paulsen at web.de>
Committer: Matthew Brush <matt at geany.org>
Date: Wed, 14 Mar 2018 01:55:01 UTC
Commit: 7fd73a06a7aab8582af36891f7b2a19dbe08188b
https://github.com/geany/geany/commit/7fd73a06a7aab8582af36891f7b2a19dbe08188b
Log Message:
-----------
keyfile: Output unescaped filename if session file cannot be opened
Fixes #779.
Modified Paths:
--------------
src/keyfile.c
Modified: src/keyfile.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -1206,7 +1206,7 @@ static gboolean open_session_file(gchar **tmp, guint len)
}
else
{
- geany_debug("Could not find file '%s'.", tmp[7]);
+ geany_debug("Could not find file '%s'.", unescaped_filename);
}
g_free(locale_filename);
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list