/[monit]/monit/util.c
ViewVC logotype

Diff of /monit/util.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.154 by martinp, Mon Mar 14 23:11:46 2005 UTC revision 1.155 by hauk, Wed Mar 23 23:37:49 2005 UTC
# Line 363  int Util_countWords(char *s, const char Line 363  int Util_countWords(char *s, const char
363   */   */
364  int Util_startsWith(const char *a, const char *b) {  int Util_startsWith(const char *a, const char *b) {
365    
366    if((!a || !b) || *a!=*b) return FALSE;    if((!a || !b) || toupper(*a)!=toupper(*b)) return FALSE;
367    
368    while(*a && *b) {    while(*a && *b) {
369            

Legend:
Removed from v.1.154  
changed lines
  Added in v.1.155

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26