[libbluray-devel] Changed type

hpi1 git at videolan.org
Wed Sep 12 12:54:59 CEST 2012


libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Wed Sep 12 12:53:42 2012 +0300| [14a6873ce0c24a38d771b9f9667d44cd24f84a53] | committer: hpi1

Changed type

> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=14a6873ce0c24a38d771b9f9667d44cd24f84a53
---

 src/util/logging.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/logging.c b/src/util/logging.c
index 94473cb..1fa63d0 100644
--- a/src/util/logging.c
+++ b/src/util/logging.c
@@ -25,7 +25,7 @@
 #include <stdarg.h>
 #include <string.h>
 
-static debug_mask_t debug_mask = DBG_CRIT;
+static uint32_t     debug_mask = DBG_CRIT;
 static BD_LOG_FUNC  log_func   = NULL;
 
 void bd_set_debug_handler(BD_LOG_FUNC f)



More information about the libbluray-devel mailing list