Package: libmms-dev Version: 0.4-2 Severity: normal Tags: patch Hi,
the header file mmsx.h uses reserved keyword "this" as variable name. The attached patch changes the name to a non-reserved word. Note, that this is exactly the same issue that has already been fixed in files mms.h and mmsh.h by 10_this_keyword.diff. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26.1 (PREEMPT) Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15) Shell: /bin/sh linked to /bin/bash Versions of packages libmms-dev depends on: ii libglib2.0-dev 2.16.5-1 Development files for the GLib lib ii libmms0 0.4-2 MMS stream protocol library - shar libmms-dev recommends no packages. libmms-dev suggests no packages. -- no debconf information
Index: libmms-0.4/src/mmsx.h =================================================================== --- libmms-0.4.orig/src/mmsx.h 2008-08-04 11:13:49.000000000 +0300 +++ libmms-0.4/src/mmsx.h 2008-08-04 11:14:00.000000000 +0300 @@ -55,11 +55,11 @@ mms_off_t mmsx_get_current_pos (mmsx_t *instance); -uint32_t mmsx_get_asf_header_len (mmsx_t *this); +uint32_t mmsx_get_asf_header_len (mmsx_t *instance); -uint64_t mmsx_get_asf_packet_len (mmsx_t *this); +uint64_t mmsx_get_asf_packet_len (mmsx_t *instance); -int mmsx_get_seekable (mmsx_t *this); +int mmsx_get_seekable (mmsx_t *instance); #ifdef __cplusplus }