unrar: make getpass() static
This commit is contained in:
parent
c0823dfbf4
commit
599d1a9f06
@ -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;
|
||||
+
|
||||
|
Loading…
Reference in New Issue
Block a user