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: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-397-gd1de699
Date: Tue, 05 Jul 2011 16:43:33 +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  d1de6990c267f1c06f904b5c304a20e4479a81a8 (commit)
      from  e1d8d395641c9c554ac3edeb4e6b8cd77cc1ab67 (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=d1de6990c267f1c06f904b5c304a20e4479a81a8


commit d1de6990c267f1c06f904b5c304a20e4479a81a8
Author: Sandro Santilli <address@hidden>
Date:   Tue Jul 5 18:40:57 2011 +0200

    Don't need c_str() to pass a string to our logger functions

diff --git a/libbase/StreamProvider.cpp b/libbase/StreamProvider.cpp
index 70f8467..3eaae52 100644
--- a/libbase/StreamProvider.cpp
+++ b/libbase/StreamProvider.cpp
@@ -81,7 +81,7 @@ StreamProvider::getStream(const URL& url, bool 
namedCacheFile) const
                        FILE *newin = std::fopen(path.c_str(), "rb");
                        if (!newin)  { 
                                log_error(_("Could not open file %1%: %2%"),
-                                         path.c_str(), std::strerror(errno));
+                                         path, std::strerror(errno));
                                return stream;
                        }
                        // Close on destruction

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

Summary of changes:
 libbase/StreamProvider.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]