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


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. d52478d8da3a4fcd3fd9b218e58a0bcc32f968ff
Date: Sat, 20 Nov 2010 13:10:18 +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  d52478d8da3a4fcd3fd9b218e58a0bcc32f968ff (commit)
      from  2c646c0c2b5b8597c6ccde4858ccd8c4f978216f (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=d52478d8da3a4fcd3fd9b218e58a0bcc32f968ff


commit d52478d8da3a4fcd3fd9b218e58a0bcc32f968ff
Author: Petter Reinholdtsen <address@hidden>
Date:   Sat Nov 20 14:10:12 2010 +0100

    Fix compiler warning

diff --git a/utilities/findwebcams.cpp b/utilities/findwebcams.cpp
index 288efb1..96e360c 100644
--- a/utilities/findwebcams.cpp
+++ b/utilities/findwebcams.cpp
@@ -170,7 +170,7 @@ int main () {
         for (size_t i = 0; i < numdevs; ++i)
         {
             if (i == 0 && (vidVector[i] != 0)) {
-                g_print("    %d. Video Test Source (videotestsrc)\n", i, i);
+                g_print("    %d. Video Test Source (videotestsrc)\n", i);
                 counter++;
             } else if (i == 0 && (vidVector[i] == 0)) {
                 g_print("no test video device available");

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

Summary of changes:
 utilities/findwebcams.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]