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: Bastiaan Jacques
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1885-gef05fe0
Date: Sun, 20 Apr 2014 17:35:11 +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  ef05fe0cc1b54c543f4011211b26c91e8d929833 (commit)
      from  4856ab57dd2c8f2db41c179b98c45d870e6a8bfe (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=ef05fe0cc1b54c543f4011211b26c91e8d929833


commit ef05fe0cc1b54c543f4011211b26c91e8d929833
Author: Bastiaan Jacques <address@hidden>
Date:   Sun Apr 20 01:47:11 2014 +0200

    Const.

diff --git a/plugin/npapi/plugin.cpp b/plugin/npapi/plugin.cpp
index cd0f7a3..609ccb6 100644
--- a/plugin/npapi/plugin.cpp
+++ b/plugin/npapi/plugin.cpp
@@ -294,7 +294,7 @@ NS_PluginInitialize()
         gnash::log_error("WARNING: NPAPI plugin could not find user home dir");
     }
 
-    char *gnashrc = std::getenv("GNASHRC");
+    const char *gnashrc = std::getenv("GNASHRC");
     if ( gnashrc ) {
         newGnashRc.append(":");
         newGnashRc.append(gnashrc);

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

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]