libaacs | branch: master | npzacs <[email protected]> | Mon Mar 4 14:26:30 2013 +0200| [fe06d7f06f1ff531113d62ae9460b7fdf59e0d6a] | committer: npzacs
Fixed DEBUG() definition to be C99 compatible > http://git.videolan.org/gitweb.cgi/libaacs.git/?a=commit;h=fe06d7f06f1ff531113d62ae9460b7fdf59e0d6a --- src/util/logging.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/logging.h b/src/util/logging.h index 743949a..68eb93a 100644 --- a/src/util/logging.h +++ b/src/util/logging.h @@ -24,7 +24,7 @@ #include <stdint.h> -#define DEBUG(X,Y,...) aacs_debug(__FILE__,__LINE__,X,Y,##__VA_ARGS__) +#define DEBUG(MASK,...) aacs_debug(__FILE__,__LINE__,MASK,##__VA_ARGS__) enum debug_mask_enum { DBG_RESERVED = 0x0001, _______________________________________________ libaacs-devel mailing list [email protected] http://mailman.videolan.org/listinfo/libaacs-devel
