[movitz-cvs] CVS update: movitz/stream-image.lisp

Frode Vatvedt Fjeld ffjeld at common-lisp.net
Tue Jun 1 15:16:59 UTC 2004


Update of /project/movitz/cvsroot/movitz
In directory common-lisp.net:/tmp/cvs-serv23570

Modified Files:
	stream-image.lisp 
Log Message:
Fixed the atomically stuff to mostly working.

Date: Tue Jun  1 08:16:59 2004
Author: ffjeld

Index: movitz/stream-image.lisp
diff -u movitz/stream-image.lisp:1.5 movitz/stream-image.lisp:1.6
--- movitz/stream-image.lisp:1.5	Mon May 24 07:58:07 2004
+++ movitz/stream-image.lisp	Tue Jun  1 08:16:59 2004
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Mon Aug 27 14:46:50 2001
 ;;;;                
-;;;; $Id: stream-image.lisp,v 1.5 2004/05/24 14:58:07 ffjeld Exp $
+;;;; $Id: stream-image.lisp,v 1.6 2004/06/01 15:16:59 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 
@@ -79,7 +79,7 @@
 		   (read-binary 'movitz-symbol (image-stream image)))
 		  (:other
 		   (setf (image-stream-position image)
-		     (+ 4 (extract-pointer word)))
+		     (+ 0 (extract-pointer word)))
 		   (let* ((type-code (read-binary 'u8 (image-stream image)))
 			  (type-tag (enum-symbolic-value 'other-type-byte type-code)))
 		     (setf (image-stream-position image)





More information about the Movitz-cvs mailing list