diff options
-rw-r--r-- | CHANGES | 1 | ||||
-rw-r--r-- | lib/misc.c | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ 3.0.4 -> 3.1 + - use DIRNAMES/BASENAMES/DIRINDICES not FILENAMES in packages and db. 3.0.3 -> 3.0.4 - use compressed filenames on install side. diff --git a/lib/misc.c b/lib/misc.c index 4afbfcaaf..456c3a7af 100644 --- a/lib/misc.c +++ b/lib/misc.c @@ -471,7 +471,7 @@ char * currentDirectory(void) return currDir; } -int _noDirTokens = 1; +int _noDirTokens = 0; static int dncmp(const void * a, const void * b) { |