diff options
author | unknown <lenz@mysql.com> | 2003-07-17 00:21:57 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-07-17 00:21:57 +0200 |
commit | a9da5a8d8c3f792e1c1261c834d590968c43dfdc (patch) | |
tree | 314c79a1fd01d28e06885e7c7d1458e3afbda250 | |
parent | 3ea4fb3812c93cc14070d40e422b785489375011 (diff) | |
parent | 88534d006383f0f11cbde7c87ce98b5647f97235 (diff) | |
download | mariadb-git-a9da5a8d8c3f792e1c1261c834d590968c43dfdc.tar.gz |
Merge mysql.com:/space/my/mysql-4.0
into mysql.com:/space/my/mysql-4.0-build
-rw-r--r-- | client/get_password.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/get_password.c b/client/get_password.c index 9928d24de32..5d78656ab0a 100644 --- a/client/get_password.c +++ b/client/get_password.c @@ -71,7 +71,7 @@ char *get_tty_password(char *opt_message) char *pos=to,*end=to+sizeof(to)-1; int i=0; DBUG_ENTER("get_tty_password"); - fprintf(stderr,opt_message ? opt_message : "Enter password: "); + _cputs(opt_message ? opt_message : "Enter password: "); for (;;) { char tmp; |