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: Gabriele Giacone
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1700-g3b44173
Date: Mon, 05 Aug 2013 00:18:45 +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  3b441733acb9a0f0b21ab07ca01bf3548d40d9ac (commit)
      from  901eaa258afb1e51f6368a77642c5662aef635ed (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=3b441733acb9a0f0b21ab07ca01bf3548d40d9ac


commit 3b441733acb9a0f0b21ab07ca01bf3548d40d9ac
Author: Gabriele Giacone <address@hidden>
Date:   Mon Aug 5 02:11:29 2013 +0200

    Typo.

diff --git a/libdevice/directfb/DirectFBDevice.cpp 
b/libdevice/directfb/DirectFBDevice.cpp
index aea118e..b5673db 100644
--- a/libdevice/directfb/DirectFBDevice.cpp
+++ b/libdevice/directfb/DirectFBDevice.cpp
@@ -172,7 +172,7 @@ DirectFBDevice::initDevice(int argc, char *argv[])
     }
     
     if ((result == _layer->GetScreen(_layer, &_screen)) == DR_OK) {
-       log_error(_("GetScreen(): %s"_, getErrorString(result));
+       log_error(_("GetScreen(): %s"), getErrorString(result));
     }
     
     DFBSurfacePixelFormat format;

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

Summary of changes:
 libdevice/directfb/DirectFBDevice.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]