gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_fi


From: Sandro Santilli
Subject: Re: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1503-ga2e9c6c
Date: Mon, 23 Jul 2012 15:33:33 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

On Mon, Jul 23, 2012 at 09:31:32AM +0000, Benjamin Wolsey wrote:
> This is an automated email from the git hooks/post-receive script. It was
> generated because a ref change was pushed to the repository containing
> the project "Gnash".
> 
> The branch, master has been updated
>        via  a2e9c6ca82c7ccfe1bd3d8d76c2c3aa4189f4d41 (commit)
>       from  b2833d79a7a68c418d8a71ad9c396a50bea802df (commit)
> 
> Those revisions listed above that are new to this repository have
> not appeared on any other notification email; so we list those
> revisions in full, below.
> 
> - Log -----------------------------------------------------------------
> http://git.savannah.gnu.org/cgit//commit/?id=a2e9c6ca82c7ccfe1bd3d8d76c2c3aa4189f4d41
> 
> 
> commit a2e9c6ca82c7ccfe1bd3d8d76c2c3aa4189f4d41
> Author: Benjamin Wolsey <address@hidden>
> Date:   Tue Jul 10 20:20:39 2012 +0200
> 
>     Fix binding error
> 
> diff --git a/libcore/asobj/AsBroadcaster.cpp b/libcore/asobj/AsBroadcaster.cpp
> index ef0ca3e..198f325 100644
> --- a/libcore/asobj/AsBroadcaster.cpp
> +++ b/libcore/asobj/AsBroadcaster.cpp
> @@ -127,7 +127,7 @@ private:
>      /// Name of the event being broadcasted
>      /// appropriately cased based on SWF version
>      /// of the current VM
> -    const ObjectURI& _eventURI;
> +    const ObjectURI _eventURI;
>  
>      /// Number of event dispatches
>      size_t _dispatched;

It seems one of those hard-to-track bugs, no testcase to "pin it" ?
Or an URL of an SWF fixed by this ?

PS: great to see you on the code :)

--strk; 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]