summaryrefslogtreecommitdiff
path: root/editors/openoffice/files/debugpatch-setup2::mow::source::loader::loader.c
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-10-21 08:57:17 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-10-21 08:57:17 +0000
commitfb89e9b697585fc9977b488719536866ec4a4e14 (patch)
tree31749f632a8b91b25441b7239c6b397169f54572 /editors/openoffice/files/debugpatch-setup2::mow::source::loader::loader.c
parentPhoenix is a fast, minimal browser from the Mozilla project. This port (diff)
All patches have been repocopied to use + as separator and not "::".
Notes
Notes: svn path=/head/; revision=68480
Diffstat (limited to 'editors/openoffice/files/debugpatch-setup2::mow::source::loader::loader.c')
-rw-r--r--editors/openoffice/files/debugpatch-setup2::mow::source::loader::loader.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/editors/openoffice/files/debugpatch-setup2::mow::source::loader::loader.c b/editors/openoffice/files/debugpatch-setup2::mow::source::loader::loader.c
deleted file mode 100644
index 96c651ce22c8..000000000000
--- a/editors/openoffice/files/debugpatch-setup2::mow::source::loader::loader.c
+++ /dev/null
@@ -1,21 +0,0 @@
---- ../setup2/mow/source/loader/loader.c.orig2 Thu Jun 6 11:23:17 2002
-+++ ../setup2/mow/source/loader/loader.c Thu Jun 6 11:24:14 2002
-@@ -902,6 +902,7 @@
-
- void KillSetupDir()
- {
-+#if 0
- DIR* pDir = opendir( strTmpPath );
- struct dirent* pFile;
-
-@@ -915,6 +916,10 @@
-
- chdir( strInitPath );
- rmdir( strTmpPath );
-+#else
-+ fprintf(stderr, "\nLeaving behind temporary directory: %s\n",
-+ strTmpPath);
-+#endif
- }
-
- void makeSymLink( char* s )