Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fmtext.c

    r6c171f1 r1ee5c79  
    686686          /* set it as the current color */
    687687          curcolor=owl_util_string_to_color(buff);
    688           if (curcolor==-1) curcolor=OWL_COLOR_DEFAULT;
     688          if (curcolor == OWL_COLOR_INVALID)
     689              curcolor = OWL_COLOR_DEFAULT;
    689690          owl_free(buff);
    690691          txtptr=tmpptr+1;
Note: See TracChangeset for help on using the changeset viewer.