Commit c9c1641b authored by vysheng's avatar vysheng

Fixed compilation error

parent 0819dcf0
......@@ -26,6 +26,7 @@ struct dc;
//#define TG_SERVER "95.142.192.66"
#define TG_APP_HASH "36722c72256a24c1225de00eb6a1ca74"
#define TG_APP_ID 2899
#define TG_BUILD "200"
#define TG_VERSION "0.01-beta"
......
......@@ -851,9 +851,9 @@ void do_get_dialog_list_ex (void) {
out_string (TG_VERSION " (build " TG_BUILD ")");
out_string ("En");
} else {
out_string ("A");
out_string ("L");
out_string ("T");
out_string ("x86");
out_string ("Linux");
out_string (TG_VERSION);
out_string ("en");
}
out_int (CODE_messages_get_dialogs);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment