summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0/files/debugpatch-setup2+mow+source+loader+loader.c
blob: 726e3ec2108330fe440caf5f361f420e94acbda4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- ../setup2/mow/source/loader/loader.c.orig	Mon Jun  2 08:25:13 2003
+++ ../setup2/mow/source/loader/loader.c	Tue Jun  3 07:58:22 2003
@@ -1069,6 +1069,7 @@
 
 void KillSetupDir()
 {
+#if 0
     DIR* pDir;
     struct dirent* pFile;
 
@@ -1088,6 +1089,10 @@
     closedir( pDir );
     chdir( strInitPath );
     rmdir( strTmpPath );
+#else
+	fprintf(stderr, "\nLeaving behind temporary directory: %s\n",
+	strTmpPath);
+#endif
 }
 
 void makeSymLink( char* s )