Re: [PATCH] src/dvbpsi_private.h: fix typo in dvbpsi_warning macro
Jean-Paul Saman <[email protected]> Wed, 24 Dec 2014 12:16:02 +0100
| Newsgroups | gmane.comp.video.videolan.libdvbpsi.devel |
|---|---|
| Message-ID | <CAK9US3BJFaQv1tkv4qpCi8OxRXvQW+8dKE-4ZHhrE+UJ8d4DCQ@mail.gmail.com> |
Applied thanks. On Wed, Dec 10, 2014 at 11:09 PM, Christian Suloway <[email protected]> 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 > [email protected] > https://mailman.videolan.org/listinfo/libdvbpsi-devel > _______________________________________________ libdvbpsi-devel mailing list [email protected] https://mailman.videolan.org/listinfo/libdvbpsi-devel