summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/tripwire/files/tripwire-2.4.2.2-exception-shadowing.patch')
-rw-r--r--app-admin/tripwire/files/tripwire-2.4.2.2-exception-shadowing.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/app-admin/tripwire/files/tripwire-2.4.2.2-exception-shadowing.patch b/app-admin/tripwire/files/tripwire-2.4.2.2-exception-shadowing.patch
deleted file mode 100644
index 1347590ef462..000000000000
--- a/app-admin/tripwire/files/tripwire-2.4.2.2-exception-shadowing.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/src/core/archive.cpp
-+++ b/src/core/archive.cpp
-@@ -886,8 +886,8 @@ void cLockedTemporaryFileArchive::OpenReadWrite( const TCHAR* filename, uint32 o
- catch( eFSServices& e)
- {
- TSTRING errStr = TSS_GetString( cCore, core::STR_BAD_TEMPDIRECTORY );
-- eArchiveOpen e(strTempFile, errStr);
-- throw e;
-+ eArchiveOpen ex(strTempFile, errStr);
-+ throw ex;
- }
- }
- ///////////////////////////////////////////////////////////////////////////////