Navigation



Ignore:
Timestamp:
Mar 2, 2011, 6:21:59 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Fix broken 'almostcasecmp' logic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_redirect/ard_rules.c

    r723 r738  
    9494       
    9595        if (c->is_regex == 0) {
    96                 if ( ! fd_os_almostcasecmp(c->s, c->sl, s, l) )
     96                if ( ! fd_os_almostcasesrch(c->s, c->sl, s, l, NULL) )
    9797                        *match = 1;
    9898        } else {
Note: See TracChangeset for help on using the changeset viewer.