<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Nov 29, 2013 at 10:34 AM, Joaqu�n M� L�pez Mu�oz <span dir="ltr"><<a href="mailto:joaquin@tid.es" target="_blank">joaquin@tid.es</a>></span> wrote:<br> <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> <div bgcolor="#FFFFFF"> <div>El 28/11/2013 13:55, Dominique Devienne escribi�:<br> </div>Watch out: depending on how your strings look like, these two bounds are not equivalent. For instance:<br> <br> � "p 9999999999<b></b>" < "p 9999999999 foo" < "p :"<br> <br> I understand you're already taking this into account, but wanted to point it out just in case. Best,</div></blockquote><div><br></div><div>Thanks. Useful reminder. I'm checking the end pointer returned by strtol against the end of the string, so I discard entries which are not strictly prefix + space + integer. --DD�</div> </div></div></div>