diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-10-05 04:57:00 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-10-05 04:57:00 +0200 |
commit | b70d524749a2deea940f776ae63e39e2c1cef394 (patch) | |
tree | a8f0bc33746c8ce90cb49f8c1fb7daa63479fac9 /xchat-wdk.patch | |
parent | de353b0c5100a1e9cb33fecebdde560e9e77b778 (diff) |
fix for opening data folder
Diffstat (limited to 'xchat-wdk.patch')
-rw-r--r-- | xchat-wdk.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xchat-wdk.patch b/xchat-wdk.patch index d3167ea1..5666685e 100644 --- a/xchat-wdk.patch +++ b/xchat-wdk.patch @@ -140,7 +140,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/plugins/xdcc/xdcc.c xchat-wdk/plugi diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/cfgfiles.c xchat-wdk/src/common/cfgfiles.c --- xchat-wdk.orig/src/common/cfgfiles.c 2010-08-07 09:14:45 +0200 -+++ xchat-wdk/src/common/cfgfiles.c 2010-10-05 03:55:26 +0200 ++++ xchat-wdk/src/common/cfgfiles.c 2010-10-05 04:55:22 +0200 @@ -17,7 +17,6 @@ */ @@ -169,7 +169,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/cfgfiles.c xchat-wdk/src - char out[256]; + if (portable_mode ()) + { -+ xdir_fs = "./config"; ++ xdir_fs = ".\\config"; + } + else + { |