|
From: libvidcap c. <lib...@li...> - 2008-06-25 15:19:58
|
Revision: 95
http://libvidcap.svn.sourceforge.net/libvidcap/?rev=95&view=rev
Author: jpgrayson
Date: 2008-06-25 08:19:55 -0700 (Wed, 25 Jun 2008)
Log Message:
-----------
Fix log message.
Modified Paths:
--------------
trunk/examples/simplegrab.c
Modified: trunk/examples/simplegrab.c
===================================================================
--- trunk/examples/simplegrab.c 2008-04-28 19:16:42 UTC (rev 94)
+++ trunk/examples/simplegrab.c 2008-06-25 15:19:55 UTC (rev 95)
@@ -530,7 +530,7 @@
char * fmt_str;
- log_info("Starting defaults\n");
+ log_info("Starting double defaults\n");
if ( !(vc = vidcap_initialize()) )
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|