From 304a9dd46f0a62ce336d6539b96e122daa5dd2bb Mon Sep 17 00:00:00 2001 From: laforge Date: Thu, 19 Oct 2006 17:42:44 +0000 Subject: correct opcd_test git-svn-id: https://svn.openpcd.org:2342/trunk@273 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 --- host/opcd_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host') 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); -- cgit v1.2.3