--- gforth/Attic/main.c 1997/03/11 16:15:13 1.56 +++ gforth/Attic/main.c 1997/03/20 14:39:52 1.57 @@ -338,7 +338,7 @@ Address loader(FILE *imagefile, char* fi if (header.checksum==0) ((ImageHeader *)imp)->checksum=check_sum; else if (header.checksum != check_sum) { - fprintf(stderr,"%s: Checksum of image ($%lx) does not match the executable ($%lx)\nThe Gforth installer should look into the INSTALL file\n", + fprintf(stderr,"%s: Checksum of image ($%lx) does not match the executable ($%lx)\n", progname, (unsigned long)(header.checksum),(unsigned long)check_sum); exit(1); }