Skip to content

Commit 976ee90

Browse files
committed
fix assignment
1 parent 0625eb0 commit 976ee90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/afl-fuzz-stats.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ void write_setup_file(afl_state_t *afl, u32 argc, char **argv) {
3838
u32 i;
3939

4040
fprintf(f, "# environment variables:\n");
41-
u32 s_afl_env =
41+
u32 s_afl_env = (u32)
4242
sizeof(afl_environment_variables) / sizeof(afl_environment_variables[0]) -
4343
1U;
4444

0 commit comments

Comments
 (0)