diff options
Diffstat (limited to 'src/dirdef.cpp')
-rw-r--r-- | src/dirdef.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dirdef.cpp b/src/dirdef.cpp index 6795e38..cf3d69e 100644 --- a/src/dirdef.cpp +++ b/src/dirdef.cpp @@ -17,7 +17,7 @@ static int g_dirCount=0; -DirDef::DirDef(const char *path) : Definition(path,1,path) +DirDef::DirDef(const char *path) : Definition(path,1,1,path) { bool fullPathNames = Config_getBool("FULL_PATH_NAMES"); // get display name (stipping the paths mentioned in STRIP_FROM_PATH) |