/[LeafOK_CVS]/lbbs/src/lml.c
ViewVC logotype

Diff of /lbbs/src/lml.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.23 by sysadm, Sat Oct 18 13:22:52 2025 UTC Revision 1.24 by sysadm, Wed Oct 22 05:50:13 2025 UTC
# Line 151  const LML_TAG_DEF lml_tag_def[] = { Line 151  const LML_TAG_DEF lml_tag_def[] = {
151          {"bwf", "\033[1;31m****\033[m", "", "****", NULL},          {"bwf", "\033[1;31m****\033[m", "", "****", NULL},
152  };  };
153    
154  #define LML_TAG_COUNT 32  #define LML_TAG_COUNT (sizeof(lml_tag_def) / sizeof(LML_TAG_DEF))
155    
156  static int lml_tag_name_len[LML_TAG_COUNT];  static int lml_tag_name_len[LML_TAG_COUNT];
157  static int lml_ready = 0;  static int lml_ready = 0;


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1