Changeset 252a5c2 for fmtext.c


Ignore:
Timestamp:
Nov 1, 2003, 12:53:53 AM (21 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
7d22e76
Parents:
1db061d
Message:
Print an admin message indicating when subscriptions can
   not be loaded on startup
Fixed bug causing problems with invalid @ colors
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fmtext.c

    r12c35df r252a5c2  
    547547          /* set it as the current color */
    548548          curcolor=owl_util_string_to_color(buff);
     549          if (curcolor==-1) curcolor=OWL_COLOR_DEFAULT;
    549550          owl_free(buff);
    550551          txtptr=tmpptr+1;
Note: See TracChangeset for help on using the changeset viewer.