<div dir="ltr">Hi,<div><br></div><div>**gint** utils_strtod()??  Sheesh.</div><div><br></div><div>s/b renamed utils_hexcolor() or similar, thats what it does.</div><div><br></div><div>As for "end", the original strtod() and friends used it to extract several whitespace separated strings from the one string by just passing "end" to the next call, but if we don't use it and its wrong anyways we might as well drop it when we change the name to utils_hexcolor().</div>
<div><br></div><div>Cheers</div><div>Lex<br><div><div class="gmail_extra"><br><br><div class="gmail_quote">On 2 December 2013 04:31, Dimitar Zhekov <span dir="ltr"><<a href="mailto:dimitar.zhekov@gmail.com" target="_blank">dimitar.zhekov@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
utils_strtod() has an **end output argument, like strtod(), but never<br>
uses it. Of course, all callers pass NULL, so it doesn't matter much,<br>
but it'll still be good to fix it.<br>
<br>
Do you thing we shall handle the argument, or remove it? Assignind to<br>
*end doesn't make much sense, since on successful utils_strtod(), *end<br>
(if any) will always point to the end of the input string.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
E-gards: Jimmy<br>
_______________________________________________<br>
Devel mailing list<br>
<a href="mailto:Devel@lists.geany.org">Devel@lists.geany.org</a><br>
<a href="https://lists.geany.org/cgi-bin/mailman/listinfo/devel" target="_blank">https://lists.geany.org/cgi-bin/mailman/listinfo/devel</a><br>
</font></span></blockquote></div><br></div></div></div></div>