logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

data.c, call to mdb_get_double: msg#00021

Subject: data.c, call to mdb_get_double
src/libmdb/data.c:1076

is:

  td = mdb_get_double(mdb, start);

should be:

  td = mdb_get_double(mdb->pg_buf, start);

-- Jeff Smith

__________________________________
Do you Yahoo!?
Yahoo! Search - Find what you?re looking for faster
http://search.yahoo.com


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click


<Prev in Thread] Current Thread [Next in Thread>