summaryrefslogtreecommitdiff
path: root/host/opcd_test.c
diff options
context:
space:
mode:
authorlaforge <laforge@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-10-19 17:42:44 +0000
committerlaforge <laforge@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-10-19 17:42:44 +0000
commit304a9dd46f0a62ce336d6539b96e122daa5dd2bb (patch)
tree2521a33bdfc2f9590ec5284ac69c6a5176498842 /host/opcd_test.c
parentea1423e7c9aa7da9e1017d71d8887a0b736db81e (diff)
correct opcd_test
git-svn-id: https://svn.openpcd.org:2342/trunk@273 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'host/opcd_test.c')
-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