# HG changeset patch # User reimar # Date 1185810437 0 # Node ID 440d23a28592119859d2ed668be81380a4530d2a # Parent f29d31547c31cff633e5440cae0d64fdde97566a big 10L of r9888 located: passed fd instead of pointer to sun_vcd_read diff -r f29d31547c31 -r 440d23a28592 stream/vcd_read.h --- a/stream/vcd_read.h Mon Jul 30 15:23:25 2007 +0000 +++ b/stream/vcd_read.h Mon Jul 30 15:47:17 2007 +0000 @@ -127,7 +127,7 @@ #elif defined(sun) { int offset; - if (sun_vcd_read(vcd->fd, &offset) <= 0) return 0; + if (sun_vcd_read(vcd, &offset) <= 0) return 0; memcpy(mem,&vcd->buf[offset],VCD_SECTOR_DATA); } #endif