From 21356aec543dd85426a52469426351ce006a17dd Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 24 Mar 2013 16:16:55 -0700 Subject: [PATCH] ao-tools/ao-stmload: Remove IRC dregs in source code oops. Signed-off-by: Keith Packard --- ao-tools/ao-stmload/ao-stmload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ao-tools/ao-stmload/ao-stmload.c b/ao-tools/ao-stmload/ao-stmload.c index b9bf4392..c983df26 100644 --- a/ao-tools/ao-stmload/ao-stmload.c +++ b/ao-tools/ao-stmload/ao-stmload.c @@ -427,7 +427,7 @@ main (int argc, char **argv) fflush(stdout); ao_self_block_write(cc, 0x08002000, block); ao_self_block_read(cc, 0x08002000, block); - if (memcmp(block, check, 256/me ta) != 0) { + if (memcmp(block, check, 256) != 0) { fprintf (stderr, "read differed\n"); exit(1); } -- 2.30.2