Re(2): wrong checksum of library.rip? saved as text?
[1/2] from: arolls:bigpond:au at: 13-Dec-2000 0:49
Netscape probably thought it was text and saved it that way.
I tried both text and binary:
; good
write/binary %library.rip read/binary http://rebol.com/library/library.rip
do %library.rip
; bad
write %library.rip read http://rebol.com/library/library.rip
do %library.rip
Anton.
[2/2] from: petr::krenzelok::trz::cz at: 12-Dec-2000 16:30
Anton wrote:
> Netscape probably thought it was text and saved it that way.
> I tried both text and binary:
>
> ; good
> write/binary %library.rip read/binary http://rebol.com/library/library.rip
> do %library.rip
bad here too ....
-pekr-