Revision: 878
http://can.svn.sourceforge.net/can/?rev=878&view=rev
Author: akhe
Date: 2008-04-15 04:50:45 -0700 (Tue, 15 Apr 2008)
Log Message:
-----------
Non debug build is now default
Modified Paths:
--------------
trunk/src/vscp/daemon/linux/vscpd.cpp
Modified: trunk/src/vscp/daemon/linux/vscpd.cpp
===================================================================
--- trunk/src/vscp/daemon/linux/vscpd.cpp 2008-04-15 10:39:20 UTC (rev 877)
+++ trunk/src/vscp/daemon/linux/vscpd.cpp 2008-04-15 11:50:45 UTC (rev 878)
@@ -58,7 +58,7 @@
#include "../../common/controlobject.h"
#include "../../common/version.h"
-#define DEBUG
+//#define DEBUG
// Globals for the daemon
int gbStopDaemon;
@@ -133,11 +133,11 @@
switch ( arg ) {
case 'c':
- strcfgfile = wxString( optarg, wxConvUTF8);
-
+ strcfgfile = wxString( optarg, wxConvUTF8 );
+ //wxMBConvUTF8 cnv;
+ //cnv.MB2WC( strcfgfile, optarg, 10 );
break;
-
case 'd':
nDebugLevel = atoi( optarg );
break;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|