libaacs | branch: master | npzacs <npz...@gmail.com> | Mon Oct  7 13:39:39 2013 
+0300| [a7de165a0361d9cc7f3091850969853b63100c19] | committer: npzacs

Added missing debug_mask default initialization

> http://git.videolan.org/gitweb.cgi/libaacs.git/?a=commit;h=a7de165a0361d9cc7f3091850969853b63100c19
---

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

diff --git a/src/util/logging.c b/src/util/logging.c
index b20475e..1ff3887 100644
--- a/src/util/logging.c
+++ b/src/util/logging.c
@@ -45,6 +45,7 @@ void aacs_debug(const char *file, int line, uint32_t mask, 
const char *format, .
     if (!debug_init) {
         debug_init = 1;
         logfile = stderr;
+        debug_mask = DBG_CRIT;
 
         char *env = NULL;
         if ((env = getenv("AACS_DEBUG_MASK")))

_______________________________________________
libaacs-devel mailing list
libaacs-devel@videolan.org
https://mailman.videolan.org/listinfo/libaacs-devel

Reply via email to