Fixed compilation error

This commit is contained in:
vysheng 2013-11-02 02:24:59 +04:00
parent b6085fe801
commit d022483658
2 changed files with 4 additions and 3 deletions

1
net.h
View file

@ -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"

View file

@ -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);