Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 495204 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- a/src/core/archive.cpp
0
++ b/src/core/archive.cpp
Lines 886-893 void cLockedTemporaryFileArchive::OpenReadWrite( const TCHAR* filename, uint32 o Link Here
886
        catch( eFSServices& e)
886
        catch( eFSServices& e)
887
          {
887
          {
888
            TSTRING errStr = TSS_GetString( cCore, core::STR_BAD_TEMPDIRECTORY );
888
            TSTRING errStr = TSS_GetString( cCore, core::STR_BAD_TEMPDIRECTORY );
889
            eArchiveOpen e(strTempFile, errStr);
889
            eArchiveOpen ex(strTempFile, errStr);
890
            throw e;
890
            throw ex;
891
          }
891
          }
892
      }
892
      }
893
    ///////////////////////////////////////////////////////////////////////////////
893
    ///////////////////////////////////////////////////////////////////////////////

Return to bug 495204