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. ccd126e38d122d3717b5


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. ccd126e38d122d3717b56bb63e26635d9e48db30
Date: Sun, 19 Sep 2010 08:42:46 +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  ccd126e38d122d3717b56bb63e26635d9e48db30 (commit)
       via  547aac3098537b3a080170a1bec67b374dceed61 (commit)
      from  ddf8832b4eae60d25479e435ca34ff567c6feea1 (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=ccd126e38d122d3717b56bb63e26635d9e48db30


commit ccd126e38d122d3717b56bb63e26635d9e48db30
Merge: 547aac3 ddf8832
Author: Sandro Santilli <address@hidden>
Date:   Sun Sep 19 10:42:35 2010 +0200

    Merge branch 'master' of ssh://address@hidden/srv/git/gnash


http://git.savannah.gnu.org/cgit//commit/?id=547aac3098537b3a080170a1bec67b374dceed61


commit 547aac3098537b3a080170a1bec67b374dceed61
Author: Sandro Santilli <address@hidden>
Date:   Sun Sep 19 10:42:23 2010 +0200

    Drop useless string copy duplication

diff --git a/libcore/TextField.cpp b/libcore/TextField.cpp
index 1712574..66ca27d 100644
--- a/libcore/TextField.cpp
+++ b/libcore/TextField.cpp
@@ -1456,7 +1456,6 @@ TextField::handleChar(std::wstring::const_iterator& it,
                     bool selfclosing = false;
                     bool complete = parseHTML(discard, attributes, it, e, 
selfclosing);
                     std::string s(discard.begin(), discard.end());
-                    s.assign(discard.begin(), discard.end());
 
                     std::map<std::string,std::string>::const_iterator attloc;
                     

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

Summary of changes:
 libcore/TextField.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]