public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Small bugfix for dump_instr.c
@ 2001-09-20 10:50 Matt Holgate
  0 siblings, 0 replies; only message in thread
From: Matt Holgate @ 2001-09-20 10:50 UTC (permalink / raw)
  To: ecos-discuss

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);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-09-20 10:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-20 10:50 [ECOS] Small bugfix for dump_instr.c Matt Holgate

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).