Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • context.c

    rf271129 r7869e48  
    2424  if ((((ctx->mode&OWL_CTX_MODE_BITS) & test)
    2525       || !(test&OWL_CTX_MODE_BITS))
    26       && 
    27       (((ctx->mode&OWL_CTX_ACTIVE_BITS) & test) 
     26      &&
     27      (((ctx->mode&OWL_CTX_ACTIVE_BITS) & test)
    2828       || !(test&OWL_CTX_ACTIVE_BITS))) {
    2929    return 1;
Note: See TracChangeset for help on using the changeset viewer.