Skip to content

Commit

Permalink
u-boot: fix gcc warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
hanwckf committed Apr 18, 2020
1 parent 5afac4b commit 0e5acec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion u-boot/scripts/kconfig/confdata.c
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ int conf_write(const char *name)
struct menu *menu;
const char *basename;
const char *str;
char dirname[PATH_MAX+1], tmpname[PATH_MAX+1], newname[PATH_MAX+1];
char dirname[PATH_MAX+1], tmpname[PATH_MAX+22], newname[PATH_MAX+8];
char *env;

dirname[0] = 0;
Expand Down

0 comments on commit 0e5acec

Please sign in to comment.