From: Keith Packard Date: Sun, 24 Mar 2013 23:16:55 +0000 (-0700) Subject: ao-tools/ao-stmload: Remove IRC dregs in source code X-Git-Tag: 1.2.1~39 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=21356aec543dd85426a52469426351ce006a17dd ao-tools/ao-stmload: Remove IRC dregs in source code oops. Signed-off-by: Keith Packard --- 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); }