This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
Immanuel
/
btpd
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
Accept invalid .torrent files.
Accept .torrent files whose bencoded dictionaries are not in alphabetical order.
master
Brian M. Waters
пре 12 година
родитељ
c550cbb435
комит
382ccb7485
1 измењених фајлова
са
1 додато
и
3 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-3
misc/benc.c
+ 1
- 3
misc/benc.c
Прегледај датотеку
@@ -233,10 +233,8 @@ benc_dget_any(const char *p, const char *key)
cmp = strncmp(bstr, key, blen);
if (cmp == 0 && len == blen)
return p;
else if (cmp <= 0)
p = benc_next(p);
else
return NULL
;
p = benc_next(p);
}
return NULL;
}
Write
Preview
Loading…
Откажи
Сачувај