Skip to content

Commit

Permalink
Applying PR vysheng#920.
Browse files Browse the repository at this point in the history
  • Loading branch information
jachin committed Oct 19, 2016
1 parent c328625 commit 7a2d087
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -4007,7 +4007,8 @@ void print_media (struct in_ev *ev, struct tgl_message_media *M) {

default:
mprintf (ev, "x = %d\n", M->type);
assert (0);
M->type = tgl_message_media_unsupported;
break;
}
}

Expand Down
2 changes: 1 addition & 1 deletion tgl
Submodule tgl updated 2 files
+5 −13 queries.c
+1 −1 scheme.tl

0 comments on commit 7a2d087

Please sign in to comment.