Skip to content

Commit 6ca3c98

Browse files
committed
-- getter interface for collections
bake --strict
1 parent 6f355cb commit 6ca3c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distr/flecs.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -49299,7 +49299,7 @@ char ecs_meta_get_char(
4929949299
}
4930049300
switch(op->kind) {
4930149301
case EcsOpChar:
49302-
return *(const ecs_char_t*)ptr != 0;
49302+
return *(const ecs_char_t*)ptr;
4930349303
case EcsOpOpaque: {
4930449304
/* If opaque type knows how to convert to char, retrieve it.
4930549305
Otherwise, fallback to default case (error). */

0 commit comments

Comments
 (0)