Re: SqString

From: Adrian Chadd <adrian@dont-contact.us>
Date: Sat, 26 May 2007 00:16:23 +0800

Is there any reason for:

- if (stringHasWhitespace(host)) {
+ if (strpbrk(host, w_space) != NULL) {

Can't you fix stringHasWhitespace, which is more explicit?

Adrian
Received on Fri May 25 2007 - 10:15:23 MDT

This archive was generated by hypermail pre-2.1.9 : Fri Jun 01 2007 - 12:00:09 MDT