>>>>> "Andras" == Andras Simon <[EMAIL PROTECTED]> writes:

    Andras> USER(1): (with-open-file 
    Andras>   (f "/tmp/ex" :direction :output :if-exists :supersede :element-type 
'(unsigned-byte 8))
    Andras>   (write-sequence  
    Andras>     (make-array '(3) :element-type '(unsigned-byte 8) :initial-element 0) 
f :start 2 :end 3))

A fix for this has been committed.

Ray

Reply via email to