id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
1464,CPLAtof() gives wrong results,warmerdam,warmerdam,"{{{
This program:

#include ""cpl_conv.h""

int main()

{
    printf( ""%g\n"", CPLAtof( ""0.9996"" ) );
}

Produces the result: 0.90996.

This becomes quite a pressing issue as we move to using this function
widely in the code.
}}}",defect,closed,highest,1.4.1,default,1.4.0,blocker,fixed,,
