mtd/util nanddump.c,1.19,1.20
Artem Bityuckiy
dedekind at infradead.org
Thu Dec 2 12:01:53 EST 2004
Update of /home/cvs/mtd/util
In directory phoenix.infradead.org:/tmp/cvs-serv25680
Modified Files:
nanddump.c
Log Message:
Fix -s option.
Index: nanddump.c
===================================================================
RCS file: /home/cvs/mtd/util/nanddump.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- nanddump.c 1 Oct 2004 20:16:02 -0000 1.19
+++ nanddump.c 2 Dec 2004 17:01:50 -0000 1.20
@@ -108,7 +108,7 @@
break;
}
break;
- case 'a':
+ case 's':
start_addr = atol(optarg);
break;
case 'f':
More information about the linux-mtd-cvs
mailing list