summaryrefslogtreecommitdiff
path: root/host
diff options
context:
space:
mode:
Diffstat (limited to 'host')
-rw-r--r--host/opcd_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/opcd_test.c b/host/opcd_test.c
index 00f986f..dd13023 100644
--- a/host/opcd_test.c
+++ b/host/opcd_test.c
@@ -99,7 +99,7 @@ int main(int argc, char **argv)
print_welcome();
- if (!strcmp(argv[0], "opicc_test"))
+ if (!strcmp(argv[0], "./opicc_test"))
od = opcd_init(1);
else
od = opcd_init(0);
personal git repositories of Harald Welte. Your mileage may vary