mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-29 02:11:16 +02:00
Sword is a library for free Bible software. It can also be used for other books. sword-utils contains a number of tools, including installmgr to add "modules" (books), diatheke to display them, and numerous file format converters. sword-lang contains config files to translate the names of the books of the Bible from English into various languages.
13 lines
455 B
Diff
13 lines
455 B
Diff
diff --git a/utilities/installmgr.cpp b/utilities/installmgr.cpp
|
|
index b705c25..132314a 100644
|
|
--- a/utilities/installmgr.cpp
|
|
+++ b/utilities/installmgr.cpp
|
|
@@ -73,6 +73,7 @@ virtual bool isUserDisclaimerConfirmed() const {
|
|
cout << "If you understand this and are willing to enable remote source features\n";
|
|
cout << "then type yes at the prompt\n\n";
|
|
cout << "enable? [no] ";
|
|
+ fflush(stdout);
|
|
|
|
char prompt[10];
|
|
fgets(prompt, 9, stdin);
|