Some improvements with dbg levels
FossilOrigin-Name: 4f1f8f238cb3fd097504bfba3b51805d359135256160fe8fdba34908495ec50b
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
#include "strlist.h"
|
||||
|
||||
int cw_strlist_get_id(struct cw_strlist_elem *s,const char *str)
|
||||
int cw_strlist_get_id(struct cw_StrListElem *s,const char *str)
|
||||
{
|
||||
while ( s->id!=CW_STR_STOP){
|
||||
if (strcmp(s->str,str)==0)
|
||||
|
Reference in New Issue
Block a user