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. bd70e27b2b2ba373bb7e


From: Benjamin Wolsey
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. bd70e27b2b2ba373bb7e377e93bf8553ea2ae056
Date: Mon, 01 Nov 2010 11:18:59 +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  bd70e27b2b2ba373bb7e377e93bf8553ea2ae056 (commit)
       via  c7dab7b012224cf7b430beea7c51dc3d37e9b856 (commit)
      from  beb95bdc90e5dac7eef411bc396f9bde52e5410f (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=bd70e27b2b2ba373bb7e377e93bf8553ea2ae056


commit bd70e27b2b2ba373bb7e377e93bf8553ea2ae056
Merge: c7dab7b beb95bd
Author: Benjamin Wolsey <address@hidden>
Date:   Mon Nov 1 12:18:32 2010 +0100

    Merge branch 'master' of git.sv.gnu.org:/srv/git/gnash


http://git.savannah.gnu.org/cgit//commit/?id=c7dab7b012224cf7b430beea7c51dc3d37e9b856


commit c7dab7b012224cf7b430beea7c51dc3d37e9b856
Author: Benjamin Wolsey <address@hidden>
Date:   Mon Nov 1 12:18:11 2010 +0100

    Fix copypasta error.

diff --git a/testsuite/misc-ming.all/LoadBitmapTest.c 
b/testsuite/misc-ming.all/LoadBitmapTest.c
index d45b0fe..513e776 100644
--- a/testsuite/misc-ming.all/LoadBitmapTest.c
+++ b/testsuite/misc-ming.all/LoadBitmapTest.c
@@ -73,7 +73,7 @@ main(int argc, char** argv)
     strcpy(path, mediadir);
     strcat(path, file);
 
-    imgfile = fopen(MEDIADIR"/vstroke.png", "rb");
+    imgfile = fopen(path, "rb");
     if (!imgfile) {
         fprintf(stderr, "Failed to open bitmap file");
         return EXIT_FAILURE;

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

Summary of changes:
 testsuite/misc-ming.all/LoadBitmapTest.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]