1.0.8.2: Silence compiler warning.
authorThiemo Seufer <ths@networkno.de>
Wed, 25 Jul 2007 21:46:39 +0000 (21:46 +0000)
committerThiemo Seufer <ths@networkno.de>
Wed, 25 Jul 2007 21:46:39 +0000 (21:46 +0000)
src/runtime/save.c
version.lisp-expr

index db6b77c..78a56ad 100644 (file)
@@ -171,7 +171,7 @@ output_space(FILE *file, int id, lispobj *addr, lispobj *end, os_vm_offset_t fil
 #endif
 
     printf("writing %lu bytes from the %s space at 0x%08lx\n",
-           bytes, names[id], (unsigned long)addr);
+           (unsigned long)bytes, names[id], (unsigned long)addr);
 
     data = write_bytes(file, (char *)addr, bytes, file_offset);
 
index 70e157b..3cd06f4 100644 (file)
@@ -17,4 +17,4 @@
 ;;; 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.8.1"
+"1.0.8.2"