From 4d6aa74f167fa2a2cca5640e20413867a980373c Mon Sep 17 00:00:00 2001 From: Amir Mohammad Saied Date: Thu, 31 Dec 2009 14:07:05 +0330 Subject: [PATCH 1/1] Removing explicit mentions of twitter --- bti.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bti.c b/bti.c index b708272..2c2f4be 100644 --- a/bti.c +++ b/bti.c @@ -671,7 +671,7 @@ void read_password(char *buf, size_t len) tp.c_lflag &= (~ECHO); tcsetattr(0, TCSANOW, &tp); - fprintf(stdout, "Enter twitter password: "); + fprintf(stdout, "Enter password: "); fflush(stdout); scanf("%79s", pwd); fprintf(stdout, "\n"); @@ -1138,7 +1138,7 @@ int main(int argc, char *argv[], char *envp[]) } if (!session->account) { - fprintf(stdout, "Enter twitter account: "); + fprintf(stdout, "Enter account: "); session->account = readline(NULL); } -- 2.39.5