@ -17,7 +17,7 @@ diff -uNr unrar.mod/consio.cpp unrar.mod2/consio.cpp
#ifndef SILENT
+#ifdef __ANDROID__
+char* getpass(const char *prompt) {
+static char* getpass(const char *prompt) {
+ struct termios term_old, term_new;
+ int nread;
+