diff options
Diffstat (limited to 'miscutils/bbconfig.c')
-rw-r--r-- | miscutils/bbconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/bbconfig.c b/miscutils/bbconfig.c index 286077168..1cb42edeb 100644 --- a/miscutils/bbconfig.c +++ b/miscutils/bbconfig.c | |||
@@ -15,7 +15,7 @@ int bbconfig_main(int argc UNUSED_PARAM, char **argv UNUSED_PARAM) | |||
15 | bunzip_data *bd; | 15 | bunzip_data *bd; |
16 | int i = start_bunzip(&bd, | 16 | int i = start_bunzip(&bd, |
17 | /* src_fd: */ -1, | 17 | /* src_fd: */ -1, |
18 | /* inbuf: */ (void *)bbconfig_config_bz2, | 18 | /* inbuf: */ bbconfig_config_bz2, |
19 | /* len: */ sizeof(bbconfig_config_bz2)); | 19 | /* len: */ sizeof(bbconfig_config_bz2)); |
20 | /* read_bunzip can longjmp to start_bunzip, and ultimately | 20 | /* read_bunzip can longjmp to start_bunzip, and ultimately |
21 | * end up here with i != 0 on read data errors! Not trivial */ | 21 | * end up here with i != 0 on read data errors! Not trivial */ |