commit | 77cb6b99a436c20bb171e6cdad7b8b8b5ce3692c | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Sat Apr 07 15:08:12 2018 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sat Apr 07 15:08:12 2018 +0200 |
tree | d00b5b460baa99be5547a2236790dbea31f90a5d | |
parent | 2f094ae82106e91cb210e79ddc2e5285377b549e [diff] [blame] |
libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confirmation Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/miscutils/i2c_tools.c b/miscutils/i2c_tools.c index 82f9842..8b201c0 100644 --- a/miscutils/i2c_tools.c +++ b/miscutils/i2c_tools.c
@@ -422,7 +422,7 @@ { fprintf(stderr, "Continue? [y/N] "); fflush_all(); - if (!bb_ask_confirmation()) + if (!bb_ask_y_confirmation()) bb_error_msg_and_die("aborting"); }