From ac882621a6804728990f01fda13ba062a1c00a9c Mon Sep 17 00:00:00 2001 From: Vysheng Date: Sat, 26 Oct 2013 01:58:01 +0400 Subject: [PATCH] Fixed signin --- queries.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/queries.c b/queries.c index f265931..b38aa65 100644 --- a/queries.c +++ b/queries.c @@ -356,6 +356,7 @@ void do_send_code (const char *user) { out_int (0); out_int (TG_APP_ID); out_string (TG_APP_HASH); + out_string ("en"); send_query (DC_working, packet_ptr - packet_buffer, packet_buffer, &send_code_methods, 0); net_loop (0, code_is_sent); @@ -391,6 +392,7 @@ void do_send_code (const char *user) { out_int (0); out_int (TG_APP_ID); out_string (TG_APP_HASH); + out_string ("en"); send_query (DC_working, packet_ptr - packet_buffer, packet_buffer, &send_code_methods, 0); net_loop (0, code_is_sent);