Skip to content

Commit ffbd406

Browse files
author
Pavel Siska
committed
flow_age_stats: fix invalid conversion
This invalid conversion causes error with gcc14 build
1 parent 3e11941 commit ffbd406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow_age_stats/flow_age_stats.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ int main(int argc, char **argv)
150150
TRAP_REGISTER_DEFAULT_SIGNAL_HANDLER();
151151

152152
FILE* out = NULL;
153-
int file = NULL;
153+
int file = 0;
154154
/**
155155
* Handling of arguments
156156
*/

0 commit comments

Comments
 (0)