[gnome-commander/issue119: 2/2] Added missing string parsing and remove double output of path name
- From: Maik Pertermann <maikpertermann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander/issue119: 2/2] Added missing string parsing and remove double output of path name
- Date: Sun, 13 Feb 2022 21:22:47 +0000 (UTC)
commit 756733db35a7cec149b577a968a43ed8727728bb
Author: Maik Pertermann <maik tapse gmx de>
Date: Sun Feb 13 22:21:48 2022 +0100
Added missing string parsing and remove double output of path name
src/gnome-cmd-file-selector.cc | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/gnome-cmd-file-selector.cc b/src/gnome-cmd-file-selector.cc
index 69765db4..817796f6 100644
--- a/src/gnome-cmd-file-selector.cc
+++ b/src/gnome-cmd-file-selector.cc
@@ -1115,6 +1115,7 @@ static gboolean on_new_textfile_ok (GnomeCmdStringDialog *string_dialog, const g
g_free (uriBaseString);
auto relativeFileNamePath = g_build_filename(".", fname, nullptr);
+
GError *error = nullptr;
auto uriString = g_uri_resolve_relative (uriBaseStringsep, relativeFileNamePath,
G_URI_FLAGS_NONE, &error);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]