diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2024-06-18 13:17:47 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2024-06-18 13:20:13 +0300 |
commit | 39e60c16fa8e8a7ab77b7c369590ac28471d74d2 (patch) | |
tree | da1822f3b43391e45a87e176cf954ed1a3f020b2 /x11-fm/doublecmd/files/patch-src_uGlobsPaths.pas | |
parent | devel/sonarqube-community: Update plugins. (diff) |
x11-fm/doublecmd: update to 1.1.15 gamma release
Diffstat (limited to 'x11-fm/doublecmd/files/patch-src_uGlobsPaths.pas')
-rw-r--r-- | x11-fm/doublecmd/files/patch-src_uGlobsPaths.pas | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/x11-fm/doublecmd/files/patch-src_uGlobsPaths.pas b/x11-fm/doublecmd/files/patch-src_uGlobsPaths.pas index 62d6eac7ed3a..c7cc83f548b4 100644 --- a/x11-fm/doublecmd/files/patch-src_uGlobsPaths.pas +++ b/x11-fm/doublecmd/files/patch-src_uGlobsPaths.pas @@ -1,6 +1,6 @@ ---- src/uGlobsPaths.pas.orig 2024-01-04 17:03:35 UTC +--- src/uGlobsPaths.pas.orig 2024-02-29 18:56:08 UTC +++ src/uGlobsPaths.pas -@@ -3,7 +3,7 @@ unit uGlobsPaths; +@@ -3,7 +3,7 @@ var interface var @@ -17,12 +17,3 @@ //Global Configuration Filename const -@@ -74,7 +75,7 @@ end; - - procedure Initialize; - begin -- gpExePath := ExtractFilePath(TryReadAllLinks(ParamStr(0))); -+ //gpExePath := ExtractFilePath(TryReadAllLinks(ParamStr(0))); - gpGlobalCfgDir := gpExePath + 'settings' + DirectorySeparator; - end; - |