Fix argument signedness format.
scan_for_lutexes((char *)addr, words);
#endif
- printf("writing %ld bytes from the %s space at 0x%08lx\n",
+ printf("writing %lu bytes from the %s space at 0x%08lx\n",
bytes, names[id], (unsigned long)addr);
data = write_bytes(file, (char *)addr, bytes, file_offset);
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.5.24"
+"1.0.5.25"