More work on CW VM code ..
FossilOrigin-Name: 3b0cb324535527b32d0e938b03151c75f6100ca2059fc121e2c4d350a8caf8a4
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
const char * cw_strlist_get_str(struct cw_str *s,int id)
|
||||
{
|
||||
while ( s->id!=0){
|
||||
while ( s->id!=CW_STR_STOP){
|
||||
if (s->id==id)
|
||||
break;
|
||||
s++;
|
||||
|
Reference in New Issue
Block a user