From 17c0d3aed1f09676ee97da972e01e7dfa35a97b6 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 10 Dec 2003 00:54:25 +0000 Subject: - remove XINE_LANG_LABEL_MAX_SIZE, there's already XINE_LANG_MAX for that - make sure that the strings copied with strncpy are null-terminated - fix HAVE_STDLIB_H warning compiling the MNG demuxer CVS patchset: 5883 CVS date: 2003/12/10 00:54:25 --- include/xine.h.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/xine.h.in b/include/xine.h.in index ec85ac583..e603cb2b9 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine.h.in,v 1.109 2003/12/09 23:55:11 hadess Exp $ + * $Id: xine.h.in,v 1.110 2003/12/10 00:54:25 hadess Exp $ * * public xine-lib (libxine) interface and documentation * @@ -793,8 +793,7 @@ int xine_get_audio_lang (xine_stream_t *stream, int channel, char *lang); int xine_get_spu_lang (xine_stream_t *stream, int channel, char *lang); -#define XINE_LANG_MAX 32 -#define XINE_LANG_LABEL_MAX_SIZE 128 +#define XINE_LANG_MAX 128 /* * get position / length information -- cgit v1.2.3