Forum OpenACS Q&A: Re: bookshelf error

Collapse
2: Re: bookshelf error (response to 1)
Posted by Jamie Rasmussen on
In bookshelf::amazon::get_image_info in bookshelf/tcl/amazon-procs.tcl, is the line:
fconfigure $tmpfilefd -translation binary
specified after
set tmpfilefd [open $filename w]
? If not, try adding it. Lars committed that fix to CVS, but I'm not sure on which branches. (Try a CVS update)