diff options
author | Ron Yorston <rmy@pobox.com> | 2018-04-09 08:50:34 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2018-04-09 08:50:34 +0100 |
commit | 921c1ab66bad54d4ad8591bb74e41ac985248496 (patch) | |
tree | 552a04c691e78e78570e4ec2c83fbc0e59953924 /scripts/kconfig/confdata.c | |
parent | 5b6f06f5eb8628955262508d153627fe6f2d1c8b (diff) | |
parent | a1870f4807a75663a085c9f5e92870fa7554f0ad (diff) | |
download | busybox-w32-921c1ab66bad54d4ad8591bb74e41ac985248496.tar.gz busybox-w32-921c1ab66bad54d4ad8591bb74e41ac985248496.tar.bz2 busybox-w32-921c1ab66bad54d4ad8591bb74e41ac985248496.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'scripts/kconfig/confdata.c')
-rw-r--r-- | scripts/kconfig/confdata.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/kconfig/confdata.c b/scripts/kconfig/confdata.c index 1d77aefb7..b92c2324e 100644 --- a/scripts/kconfig/confdata.c +++ b/scripts/kconfig/confdata.c | |||
@@ -334,7 +334,9 @@ int conf_write(const char *name) | |||
334 | struct symbol *sym; | 334 | struct symbol *sym; |
335 | struct menu *menu; | 335 | struct menu *menu; |
336 | const char *basename; | 336 | const char *basename; |
337 | char dirname[128], tmpname[128], newname[128]; | 337 | char dirname[128]; |
338 | char tmpname[256]; | ||
339 | char newname[256]; | ||
338 | int type, l; | 340 | int type, l; |
339 | const char *str; | 341 | const char *str; |
340 | time_t now; | 342 | time_t now; |