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-398-g55108cb
Date: Tue, 05 Jul 2011 16:46:26 +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  55108cb4ea747223a4dd1f8c17c0240743d9d0d8 (commit)
      from  d1de6990c267f1c06f904b5c304a20e4479a81a8 (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=55108cb4ea747223a4dd1f8c17c0240743d9d0d8


commit 55108cb4ea747223a4dd1f8c17c0240743d9d0d8
Author: Sandro Santilli <address@hidden>
Date:   Tue Jul 5 18:46:09 2011 +0200

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

diff --git a/libbase/StreamProvider.cpp b/libbase/StreamProvider.cpp
index 3eaae52..63bd85f 100644
--- a/libbase/StreamProvider.cpp
+++ b/libbase/StreamProvider.cpp
@@ -147,7 +147,7 @@ StreamProvider::getStream(const URL& url, const 
std::string& postdata,
                        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;
                        }
                        stream = makeFileChannel(newin, false);

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

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]