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
bbe52226
Commit
bbe52226
authored
Nov 15, 2013
by
Vysheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed assert on profile photo update
parent
62bc5c71
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
interface.c
interface.c
+1
-0
mtproto-client.c
mtproto-client.c
+1
-0
No files found.
interface.c
View file @
bbe52226
...
...
@@ -827,6 +827,7 @@ void interpreter (char *line UU) {
}
#undef IS_WORD
#undef RET
update_prompt
();
in_readline
=
0
;
}
...
...
mtproto-client.c
View file @
bbe52226
...
...
@@ -876,6 +876,7 @@ void work_update (struct connection *c UU, long long msg_id UU) {
if
(
y
==
CODE_user_profile_photo_empty
)
{
}
else
{
assert
(
y
==
CODE_user_profile_photo
);
fetch_long
();
// photo_id
fetch_file_location
(
&
t
);
fetch_file_location
(
&
t
);
}
...
...
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