nimiux      15/02/13 17:55:18

  Added:                tripwire-2.4.2.2-exception-shadowing.patch
  Log:
  Bump to fix bug #495204. Thank to Gabriel Marcano
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
F253DB15)

Revision  Changes    Path
1.1                  
app-admin/tripwire/files/tripwire-2.4.2.2-exception-shadowing.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/tripwire/files/tripwire-2.4.2.2-exception-shadowing.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/tripwire/files/tripwire-2.4.2.2-exception-shadowing.patch?rev=1.1&content-type=text/plain

Index: tripwire-2.4.2.2-exception-shadowing.patch
===================================================================
--- 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;
           }
       }
     
///////////////////////////////////////////////////////////////////////////////




Reply via email to