Changeset 65 for trunk/orca/op.c

Show
Ignore:
Timestamp:
02/28/06 16:23:33 (3 years ago)
Author:
krobillard
Message:

orTypeEqual() now does case insensitive string comparison.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/orca/op.c

    r59 r65  
    774774            case OT_TAG: 
    775775            case OT_FILE: 
     776                logic = stringSame( a, b, 0 ); 
     777                break; 
     778 
    776779            case OT_BINARY: 
    777780            case OT_BITSET: