gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Bastiaan Jacques
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-2061-g0f2f92d
Date: Mon, 26 May 2014 08:44:48 +0000

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  0f2f92d6470f6c9f0953aa822ba03cfec5a6492f (commit)
      from  81c33684e54e89c0f48910578818b8ae7c3216b9 (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=0f2f92d6470f6c9f0953aa822ba03cfec5a6492f


commit 0f2f92d6470f6c9f0953aa822ba03cfec5a6492f
Author: Bastiaan Jacques <address@hidden>
Date:   Mon May 26 10:34:59 2014 +0200

    Zero is a legitimate frame number to wait for.

diff --git a/libcore/parser/SWFMovieDefinition.cpp 
b/libcore/parser/SWFMovieDefinition.cpp
index edf3938..f334a0f 100644
--- a/libcore/parser/SWFMovieDefinition.cpp
+++ b/libcore/parser/SWFMovieDefinition.cpp
@@ -533,7 +533,7 @@ SWFMovieDefinition::incrementLoadedFrames()
 
     // signal load of frame if anyone requested it
     // FIXME: _waiting_for_frame needs mutex ?
-    if (_waiting_for_frame.load() && _frames_loaded.load() >= 
_waiting_for_frame.load() )
+    if (_frames_loaded.load() >= _waiting_for_frame.load() )
     {
         // or should we notify_one ?
         // See: http://boost.org/doc/html/condition.html

-----------------------------------------------------------------------

Summary of changes:
 libcore/parser/SWFMovieDefinition.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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