Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fmtext.c

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