Skip to content

Commit

Permalink
Fixes vysheng#100. We can assume it is working.
Browse files Browse the repository at this point in the history
  • Loading branch information
gurelkaynak committed Mar 31, 2016
1 parent ffb04ca commit 914427a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mtproto-utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ static unsigned long long BN2ull (TGLC_bn *b) {
if (sizeof (unsigned long) == 8) {
return TGLC_bn_get_word (b);
} else if (sizeof (unsigned long long) == 8) {
assert (0); // As long as nobody ever uses this code, assume it is broken.
unsigned long long tmp;
/* Here be dragons, but it should be okay due to be64toh */
TGLC_bn_bn2bin (b, (unsigned char *) &tmp);
Expand Down

0 comments on commit 914427a

Please sign in to comment.