Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] xmms bug? . . .

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Arwed von Merkatz <v.merkatz AT gmx.net>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: Re: [SM-Discuss] xmms bug? . . .
  • Date: Fri, 16 Sep 2005 18:51:30 +0200

On Fri, Sep 16, 2005 at 08:40:42AM -0700, Jason Flatt wrote:
> I've been attempting to create some new spells, and in the process I've run
> into a possible bug. I wanted to run it by the developers before I just
> start making changes, because it seems to me that it should have been found
> before now.
>
> What it is is an include file provided by xmms that seems to have an extra
> semi-colon (;) in it.
>
> The file is /usr/include/xmms/xmmsctrl.h and the line is 88. Below is the
> file in question. The offending area is at the end and is excerpted here:
> #ifdef __cplusplus
> };
> #endif
>
> Removing that semi-colon allowed the app (superkaramba in this case) to
> cast
> to completion. The question is, is this an actual bug and should I proceed
> through the appropriate steps, or is this just some weird anomaly?

This is indeed a bug, it's the end of a 'extern "C"' block, which
doesn't end in semicolon.

--
Arwed v. Merkatz Source Mage GNU/Linux developer
http://www.sourcemage.org




Archive powered by MHonArc 2.6.24.

Top of Page