[libdvbpsi-devel] [PATCH] src/dvbpsi_private.h: fix typo in dvbpsi_warning macro

Jean-Paul Saman jpsaman at videolan.org
Wed Dec 24 12:16:02 CET 2014


Applied thanks.



On Wed, Dec 10, 2014 at 11:09 PM, Christian Suloway <csuloway at row44.com>
wrote:

> ---
>  src/dvbpsi_private.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/dvbpsi_private.h b/src/dvbpsi_private.h
> index a3a4be4..3f5a39e 100644
> --- a/src/dvbpsi_private.h
> +++ b/src/dvbpsi_private.h
> @@ -45,7 +45,7 @@ void dvbpsi_message(dvbpsi_t *dvbpsi, const int level,
> const char *fmt, ...);
>  #  define dvbpsi_error(hnd, src, str, x...)                             \
>          dvbpsi_message(hnd, DVBPSI_MSG_ERROR, "libdvbpsi error (%s): "
> str, src, ##x)
>  #  define dvbpsi_warning(hnd, src, str, x...)
>     \
> -        dvbpsi_message(hnd, DVBPSI_MSG_WARNING, "libdvbpsi warning (%s):
> " str, src, ##x)
> +        dvbpsi_message(hnd, DVBPSI_MSG_WARN, "libdvbpsi warning (%s): "
> str, src, ##x)
>  #  define dvbpsi_debug(hnd, src, str, x...)
>     \
>          dvbpsi_message(hnd, DVBPSI_MSG_DEBUG, "libdvbpsi debug (%s): "
> str, src, ##x)
>  #else
> --
> 1.9.3 (Apple Git-50)
>
> _______________________________________________
> libdvbpsi-devel mailing list
> libdvbpsi-devel at videolan.org
> https://mailman.videolan.org/listinfo/libdvbpsi-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/libdvbpsi-devel/attachments/20141224/ac1b6a9d/attachment.html>


More information about the libdvbpsi-devel mailing list