Blob Blame History Raw
diff -up tripwire-2.4.2.2-src/src/core/archive.cpp.orig tripwire-2.4.2.2-src/src/core/archive.cpp
--- tripwire-2.4.2.2-src/src/core/archive.cpp.orig	2011-11-21 08:06:56.000000000 -0800
+++ tripwire-2.4.2.2-src/src/core/archive.cpp	2014-10-16 07:39:44.249052618 -0700
@@ -883,7 +883,7 @@ void cLockedTemporaryFileArchive::OpenRe
             strTempFile += _T("twtempXXXXXX");  
             iFSServices::GetInstance()->MakeTempFilename( strTempFile );
           }
-        catch( eFSServices& e)
+        catch( eFSServices& es)
           {
             TSTRING errStr = TSS_GetString( cCore, core::STR_BAD_TEMPDIRECTORY );
             eArchiveOpen e(strTempFile, errStr);