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-255-g532d207
Date: Mon, 11 Apr 2011 17:35:19 +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  532d2072629b65e12a6822512d46d5b3ecef7de2 (commit)
      from  e3f0091dbe97f2e5fab4cc2fb68c10fc7e50ebdc (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=532d2072629b65e12a6822512d46d5b3ecef7de2


commit 532d2072629b65e12a6822512d46d5b3ecef7de2
Author: Sandro Santilli <address@hidden>
Date:   Mon Apr 11 19:35:04 2011 +0200

    Typo in error message

diff --git a/plugin/npapi/plugin.cpp b/plugin/npapi/plugin.cpp
index 4806872..c6981f6 100644
--- a/plugin/npapi/plugin.cpp
+++ b/plugin/npapi/plugin.cpp
@@ -1352,7 +1352,7 @@ nsPluginInstance::startProc()
     
     // If the fork failed, childpid is -1. So print out an error message.
     if (_childpid == -1) {
-        gnash::log_error("dup2() failed: %s", strerror(errno));
+        gnash::log_error("fork() failed: %s", strerror(errno));
         return NPERR_OUT_OF_MEMORY_ERROR;
     }
     

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

Summary of changes:
 plugin/npapi/plugin.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]