[SCM] libbluray/master: Refresh patch

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Thu Mar 2 19:00:34 UTC 2017


The following commit has been merged in the master branch:
commit d69511470dda0ea302c146b9b7b086f5ddfa94c8
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Thu Mar 2 19:07:13 2017 +0100

    Refresh patch

diff --git a/debian/patches/06_Fix_spelling_error.patch b/debian/patches/06_Fix_spelling_error.patch
index 2beebdd..00397b9 100644
--- a/debian/patches/06_Fix_spelling_error.patch
+++ b/debian/patches/06_Fix_spelling_error.patch
@@ -5,12 +5,12 @@ Forwarded: TODO
 
 --- a/src/libbluray/bdj/native/bdjo.c
 +++ b/src/libbluray/bdj/native/bdjo.c
-@@ -36,7 +36,7 @@
-  */
- 
- #define JNICHK(a) if((*env)->ExceptionOccurred(env)) { \
--    BD_DEBUG(DBG_BDJ, "Exception occured\n"); \
-+    BD_DEBUG(DBG_BDJ, "Exception occurred\n"); \
-     (*env)->ExceptionDescribe(env); \
-     } if (!a) return NULL;
- 
+@@ -44,7 +44,7 @@
+ #define JNICHK(a) \
+   do {                                                              \
+       if ((*env)->ExceptionOccurred(env)) {                         \
+-          BD_DEBUG(DBG_BDJ | DBG_CRIT, "Exception occured\n");      \
++          BD_DEBUG(DBG_BDJ | DBG_CRIT, "Exception occurred\n");     \
+           (*env)->ExceptionDescribe(env);                           \
+       }                                                             \
+       if (!(a)) {                                                   \

-- 
libbluray packaging



More information about the pkg-multimedia-commits mailing list