diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-30 02:09:42 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-30 02:09:42 +0200 |
commit | 2a04adc8832212adba4a7e2173290fa0dc84d5f2 (patch) | |
tree | 1bb10210d7bf321627282b01fee2534fc44fc9d1 | |
parent | 00af66e9c04c3f03ae1384691b4edf925f3cd073 (diff) |
make dir definition more explicit
-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 27ff53e8..66534a27 100644 --- a/xchat-wdk.patch +++ b/xchat-wdk.patch @@ -158,7 +158,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-08-26 15:53:53 +0200 ++++ xchat-wdk/src/common/cfgfiles.c 2010-08-30 02:09:02 +0200 @@ -17,7 +17,6 @@ */ @@ -187,7 +187,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 + { |