@eht16 commented on this pull request.
> @@ -1073,17 +1073,27 @@ static void load_dialog_prefs(GKeyFile *config)
if (!EMPTY(tmp_string2))
{
#ifdef G_OS_WIN32
- tmp_string = g_strconcat(GEANY_DEFAULT_TOOLS_PRINTCMD, "
\"%f\"", NULL);
+ tmp_string = g_strconcat(GEANY_DEFAULT_TOOLS_PRINTCMD, "
\"%d\\%f\"", NULL);
Can't we use `G_DIR_SEPARATOR_S` here as well and so save the `#ifdef`?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/4319#pullrequestreview-2907243565
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/4319/review/[email protected]>