Skip to content

Commit

Permalink
bake --strict
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeletier committed Nov 18, 2024
1 parent fe071f4 commit d6bcaa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distr/flecs.c
Original file line number Diff line number Diff line change
Expand Up @@ -49105,7 +49105,7 @@ char ecs_meta_get_char(
}
switch(op->kind) {
case EcsOpChar:
return *(const ecs_char_t*)ptr != 0;
return *(const ecs_char_t*)ptr;
case EcsOpOpaque: {
/* If opaque type knows how to convert to char, retrieve it.
Otherwise, fallback to default case (error). */
Expand Down

0 comments on commit d6bcaa0

Please sign in to comment.