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)