Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tg
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
tg
Commits
4e33b40d
Commit
4e33b40d
authored
Sep 08, 2014
by
Vysheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed crush on real_name update for unknown user
parent
7f75a004
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
structures.c
structures.c
+3
-1
No files found.
structures.c
View file @
4e33b40d
...
@@ -266,7 +266,9 @@ void tglf_fetch_user_full (struct tgl_user *U) {
...
@@ -266,7 +266,9 @@ void tglf_fetch_user_full (struct tgl_user *U) {
char
*
s1
=
fetch_str
(
l1
);
char
*
s1
=
fetch_str
(
l1
);
int
l2
=
prefetch_strlen
();
int
l2
=
prefetch_strlen
();
char
*
s2
=
fetch_str
(
l2
);
char
*
s2
=
fetch_str
(
l2
);
if
(
U
&&
(
U
->
flags
&
FLAG_CREATED
))
{
bl_do_user_set_real_name
(
U
,
s1
,
l1
,
s2
,
l2
);
bl_do_user_set_real_name
(
U
,
s1
,
l1
,
s2
,
l2
);
}
}
}
void
tglf_fetch_encrypted_chat
(
struct
tgl_secret_chat
*
U
)
{
void
tglf_fetch_encrypted_chat
(
struct
tgl_secret_chat
*
U
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment