Skip to content

Commit

Permalink
tests: intenral: fuzzers: fixed a wrong data type used for an option
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Alminana <[email protected]>
  • Loading branch information
leonardo-albertovich committed Aug 14, 2024
1 parent 780ad0c commit 1acb0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/internal/fuzzers/config_map_fuzzer.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ struct context {
int num_int;
size_t size;
time_t time;
char boolean;
int boolean;
double num_double;
flb_sds_t string;
struct mk_list *list1;
Expand Down

0 comments on commit 1acb0ed

Please sign in to comment.