summaryrefslogtreecommitdiff
path: root/data/unrar/exceptions.diff
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2018-08-15 11:43:19 -1000
committerSam Bingner <sam@bingner.com>2018-08-15 11:43:19 -1000
commit5aecf33dfbc484a71c6bb52bbfb1da6184ec2f62 (patch)
treed3caa015bb747a7eacccdd3e25eb7c6ae4250ca6 /data/unrar/exceptions.diff
parentd4ec2b94813900b5bd9a6dcb39c80c1c03e9028c (diff)
Update unrar to 5.6.4
Diffstat (limited to 'data/unrar/exceptions.diff')
-rw-r--r--data/unrar/exceptions.diff39
1 files changed, 0 insertions, 39 deletions
diff --git a/data/unrar/exceptions.diff b/data/unrar/exceptions.diff
deleted file mode 100644
index 94062e15c..000000000
--- a/data/unrar/exceptions.diff
+++ /dev/null
@@ -1,39 +0,0 @@
-diff -ru unrar/errhnd.cpp unrar+iPhone/errhnd.cpp
---- unrar/errhnd.cpp 2006-08-04 18:32:40.000000000 +0000
-+++ unrar+iPhone/errhnd.cpp 2007-12-28 03:44:02.000000000 +0000
-@@ -321,7 +321,7 @@
- throw Code;
- #else
- File::RemoveCreated();
-- exit(Code);
-+ _exit(Code);
- #endif
- }
-
-diff -ru unrar/errhnd.hpp unrar+iPhone/errhnd.hpp
---- unrar/errhnd.hpp 2006-08-04 18:32:40.000000000 +0000
-+++ unrar+iPhone/errhnd.hpp 2007-12-28 03:43:39.000000000 +0000
-@@ -1,11 +1,6 @@
- #ifndef _RAR_ERRHANDLER_
- #define _RAR_ERRHANDLER_
-
--#if (defined(GUI) || !defined(_WIN_32)) && !defined(SFX_MODULE) && !defined(_WIN_CE) || defined(RARDLL)
--#define ALLOW_EXCEPTIONS
--#endif
--
--
-
- #define rarmalloc malloc
- #define rarcalloc calloc
-diff -ru unrar/rar.cpp unrar+iPhone/rar.cpp
---- unrar/rar.cpp 2006-08-04 18:32:40.000000000 +0000
-+++ unrar+iPhone/rar.cpp 2007-12-28 03:41:09.000000000 +0000
-@@ -127,7 +127,7 @@
- #if defined(_EMX) && !defined(_DJGPP)
- uni_done();
- #endif
-- return(ErrHandler.GetErrorCode());
-+ _exit(ErrHandler.GetErrorCode());
- }
- #endif
-