From e3379095f80cf4892a66cda0df5e3b7c51f50093 Mon Sep 17 00:00:00 2001 From: "varada%netscape.com" Date: Tue, 7 Dec 1999 23:26:22 +0000 Subject: [PATCH] clean up --- cck/ib/ib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cck/ib/ib.cpp b/cck/ib/ib.cpp index b82cdf421554..8521a221677e 100644 --- a/cck/ib/ib.cpp +++ b/cck/ib/ib.cpp @@ -418,7 +418,7 @@ int StartIB(CString parms, WIDGET *curWidget) _mkdir((char *)(LPCTSTR) cdPath); _mkdir((char *)(LPCTSTR) tempPath); _mkdir((char *)(LPCTSTR) workspacePath); - + _mkdir((char *)(LPCTSTR) cdshellPath); GetCurrentDirectory(sizeof(olddir), olddir); if(SetCurrentDirectory((char *)(LPCTSTR) tempPath) == FALSE)