strtod: fix const diagnostic
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 10 Aug 2010 17:39:30 +0000 (10:39 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 10 Aug 2010 17:40:17 +0000 (10:40 -0700)
* lib/strtod.c (strtod): Don't assign const char * to char *,
as this elicits a warning from GCC when warnings are enabled.


No differences found