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. 323c94c78e15453d7a8f


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 323c94c78e15453d7a8f8b127bd24c92111fe472
Date: Wed, 24 Nov 2010 20:04:41 +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  323c94c78e15453d7a8f8b127bd24c92111fe472 (commit)
      from  7ee42e465e45249b76b8159cf0e3fc25ee4815fa (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=323c94c78e15453d7a8f8b127bd24c92111fe472


commit 323c94c78e15453d7a8f8b127bd24c92111fe472
Author: Tim Retout <address@hidden>
Date:   Wed Nov 24 18:51:32 2010 +0000

    Avoid appending null byte to RTMP method name.
    
    Signed-off-by: Tim Retout <address@hidden>

diff --git a/libcore/asobj/NetConnection_as.cpp 
b/libcore/asobj/NetConnection_as.cpp
index 6f50636..7293d86 100644
--- a/libcore/asobj/NetConnection_as.cpp
+++ b/libcore/asobj/NetConnection_as.cpp
@@ -291,7 +291,6 @@ public:
         aw.writeString(methodName);
         const size_t id = asCallback ? callNo() : 0;
         aw.writeNumber(id);
-        buf.appendByte(amf::NULL_AMF0);
 
         for (size_t i = 0; i < args.size(); ++i) {
             args[i].writeAMF0(aw);

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

Summary of changes:
 libcore/asobj/NetConnection_as.cpp |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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