[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apache-modperl-cvs
Subject:    Re: svn commit: r372010 - /perl/modperl/trunk/src/modules/perl/modperl_cmd.c
From:       "Philip M. Gollucci" <pgollucci () p6m7g8 ! com>
Date:       2006-01-26 1:29:50
Message-ID: 43D8501F.9060909 () p6m7g8 ! com
[Download RAW message or body]


>-    if(0 == strncasecmp(arg, "+inherit", 8)) {
>+    if (0 == strncasecmp(arg, "+inherit", 8)) {
>         modperl_cmd_options(parms, mconfig, "+InheritSwitches");
>     }
>     else {
>  
>
Isn't the normal c idiom
if (!strncasecmp(....) ?

I don't think I've ever seen that form.... (though correct)

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic