Mageia Bugzilla – Attachment 1870 Details for
Bug 1552
aegisub advanced subtitle editor
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
the patch used in the specfile
aegisub_wxUSE_ON_FATAL_EXCEPTION.patch (text/plain), 377 bytes, created by
Christian Lohmaier
on 2012-03-27 00:45:18 CEST
(
hide
)
Description:
the patch used in the specfile
Filename:
MIME Type:
Creator:
Christian Lohmaier
Created:
2012-03-27 00:45:18 CEST
Size:
377 bytes
patch
obsolete
>--- src/main.cpp 2011-10-02 04:58:42.000000000 +0200 >+++ src/main.cpp 2012-03-26 18:48:19.342961369 +0200 >@@ -138,7 +138,7 @@ > #endif > > // Crash handling >-#if !defined(_DEBUG) || defined(WITH_EXCEPTIONS) >+#if wxUSE_ON_FATAL_EXCEPTION && (!defined(_DEBUG) || defined(WITH_EXCEPTIONS)) > StartupLog(_T("Install exception handler")); > wxHandleFatalExceptions(true); > #endif
--- src/main.cpp 2011-10-02 04:58:42.000000000 +0200 +++ src/main.cpp 2012-03-26 18:48:19.342961369 +0200 @@ -138,7 +138,7 @@ #endif // Crash handling -#if !defined(_DEBUG) || defined(WITH_EXCEPTIONS) +#if wxUSE_ON_FATAL_EXCEPTION && (!defined(_DEBUG) || defined(WITH_EXCEPTIONS)) StartupLog(_T("Install exception handler")); wxHandleFatalExceptions(true); #endif
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1552
:
1868
|
1869
| 1870