From dd5438c073e77ea0e5a970f1b54caa35b1621820 Mon Sep 17 00:00:00 2001 From: "mitchf%netscape.com" Date: Fri, 14 Jun 2002 19:28:57 +0000 Subject: [PATCH] Changed length of pathname trimming Half of fix for bug 119400 --- cck/driver/interpret.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/cck/driver/interpret.cpp b/cck/driver/interpret.cpp index a581e1b7d555..672bf5dbf1c6 100644 --- a/cck/driver/interpret.cpp +++ b/cck/driver/interpret.cpp @@ -20,7 +20,12 @@ #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif -#define FILEPATHLENGTH 47 + +// defines the length of the 'collapsed' (trimmed) filepaths +// used by GetTrimFile( ) +// +#define FILEPATHLENGTH 78 + extern CWizardMachineApp theApp; extern NODE *CurrentNode; extern HBITMAP hBitmap;