gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r11321: fixed problem with initializ


From: Ben Limmer
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11321: fixed problem with initialization of data::data() in findwebcams utility
Date: Mon, 27 Jul 2009 15:02:18 -0600
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 11321
committer: Ben Limmer <address@hidden>
branch nick: trunk
timestamp: Mon 2009-07-27 15:02:18 -0600
message:
  fixed problem with initialization of data::data() in findwebcams utility
modified:
  utilities/findwebcams.cpp
=== modified file 'utilities/findwebcams.cpp'
--- a/utilities/findwebcams.cpp 2009-07-27 15:44:55 +0000
+++ b/utilities/findwebcams.cpp 2009-07-27 21:02:18 +0000
@@ -43,7 +43,7 @@
 data::data() {
     deviceName = NULL;
     deviceType = NULL;
-    gint deviceNumber = -1;
+    deviceNumber = -1;
     duplicate = false;
 };
 


reply via email to

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