I would like to know the best way to fix it. I made the following change:
************
File KVI$ROOT:[KVIMAIN.WWW.MOSAIC2-0.SRC]GIFREAD.C;2
363 /* while (GetDataBlock(fd, (unsigned char*) buf) != 0) F.Z. */
364 while (GetDataBlock(fd, (unsigned char*) buf) > 0)
365 ;
******
File KVI$ROOT:[KVIMAIN.WWW.MOSAIC2-0.SRC]GIFREAD.C_ORIGINAL;1
363 while (GetDataBlock(fd, (unsigned char*) buf) != 0)
364 ;
************
because it turned out that GetDataBlock kept returning a value of -1. This now
prevents the CPU loop, but the inline images are not displayed correctly. Is
there a better way to fix it? Or is the only hope that that the owner of the
document fixes the URL for the image?
Fred Zwarts KVI, Groningen, Netherlands Internet: F.Zwarts@KVI.nl
Phone: (+31)50-633619 Telefax: (+31)50-634003
X400: C=nl;ADMD=400net;PRMD=surf;O=KVI;S=Zwarts;G=Fred