Enlightenment CVS committal

Author  : andreas
Project : e17
Module  : proto/eflpp

Dir     : e17/proto/eflpp/src/etk


Modified Files:
        eflpp_etk.cpp 


Log Message:
follow etk_init fix

===================================================================
RCS file: /cvs/e/e17/proto/eflpp/src/etk/eflpp_etk.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- eflpp_etk.cpp       14 Aug 2007 20:58:03 -0000      1.2
+++ eflpp_etk.cpp       15 Oct 2007 18:55:17 -0000      1.3
@@ -277,7 +277,7 @@
             ::exit( -1 );
     }
     cout << "EtkApplication::EtkApplication" << endl;
-    if ( !etk_init( &argc, const_cast<char***>(&argv) ) )
+    if ( !etk_init( argc, const_cast<char**>(argv) ) )
     {
             cout << "FATAL: Couldn't initialize Etk" << endl;
             ::exit( -1 );



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to