Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/majn/tgl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVysheng <mail@vysheng.ru>2015-01-12 20:54:30 +0300
committerVysheng <mail@vysheng.ru>2015-01-12 20:54:30 +0300
commitf88d0c56fb6e2987e154686db24498b330354f82 (patch)
tree8755860552c0bfb4e3d67acf79666013d6444659
parent8027a0557dbe2e36b950b20ebcf61cdc0471e2d7 (diff)
fixed ttl
-rw-r--r--structures.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/structures.c b/structures.c
index f163f0d..d6c15a6 100644
--- a/structures.c
+++ b/structures.c
@@ -1642,7 +1642,7 @@ struct tgl_message *tglf_fetch_alloc_encrypted_message (struct tgl_state *TLS) {
bl_do_encr_chat_set_layer (TLS, E, M->action.layer);
}
if (M->action.type == tgl_message_action_set_message_ttl) {
- bl_do_encr_chat_set_layer (TLS, E, M->action.ttl);
+ bl_do_encr_chat_set_ttl (TLS, E, M->action.ttl);
}
}
return M;