summaryrefslogtreecommitdiffstats
path: root/libk8055/main.c
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-06-05 07:52:26 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2011-06-05 07:52:26 +0200
commit036bcb8da90fa19b4a6270da4b4b0df5806f2a39 (patch)
tree5e0e96e34d99bc38992b34762d1fdead7418b5f6 /libk8055/main.c
parentacad3bf6c8d3751d42f1fa49b95763b9e5388c07 (diff)
downloadk8055-036bcb8da90fa19b4a6270da4b4b0df5806f2a39.zip
k8055-036bcb8da90fa19b4a6270da4b4b0df5806f2a39.tar.gz
set_debug_(on|off) => set_debug/get_debug
Diffstat (limited to 'libk8055/main.c')
-rw-r--r--libk8055/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libk8055/main.c b/libk8055/main.c
index 0fc7f68..f2751d0 100644
--- a/libk8055/main.c
+++ b/libk8055/main.c
@@ -111,7 +111,7 @@ int read_param( int argc, char* params[] ) {
!str2int( params[i]+6,&dbt2 ) ) erreurParam = true;
else if ( !strcmp( params[i],"-debug" ) ) {
debug = 1;
- k8055_set_debug_on();
+ k8055_set_debug(1);
} else if ( !strcmp( params[i],"-reset1" ) ) resetcnt1 = true;
else if ( !strcmp( params[i],"-reset2" ) ) resetcnt2 = true;
else if ( !strcmp( params[i],"--help" ) ) {