On Sun, Jul 30, 2006, EV wrote: > > I don remember the details, but I do remember spending a lot of > > time with troubles related with the handling of buffers of both > > lk_karma_read_file_chunk() and lk_karma_write_file_chunk(). > > I'll revise this part later and I'll let you know. > > I've changed: > > - res = lk_karma_write_file_chunk(karma, offset, size, fid, 0, myBuf); > + res = lk_karma_write_file_chunk(karma, offset, size, fid, 0, (char *)buf);
Oh yeah, I forgot. I also changed lk_karma_write_file_chunk() to use const char. I'll submit those changes later in the week. Keith. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ linux-karma-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-karma-devel
