This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Small bugfix for dump_instr.c


Hi,

Here is a fix for a small error I found in dump_instr.

Matt

Index: dump_instr.c
===================================================================
RCS file: /cvs/ecos/ecos/packages/kernel/current/host/instr/dump_instr.c,v
retrieving revision 1.1
diff -u -2 -r1.1 dump_instr.c
--- dump_instr.c	2001/09/12 00:59:24	1.1
+++ dump_instr.c	2001/09/20 17:48:46
@@ -68,5 +68,5 @@
   int cnt=0;
 
-  if (argc != 1) {
+  if (argc != 2) {
     usage(argv[0]);
     exit(1);


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]