mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-31 12:00:16 -07:00
- Improved PG2 p2p filter support
This commit is contained in:
parent
7463552dcd
commit
d26bebfbe2
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ class FilterParserThread : public QThread {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
// Get IP range
|
// Get IP range
|
||||||
QList<QByteArray> IPs = partsList.at(1).split('-');
|
QList<QByteArray> IPs = partsList.last().split('-');
|
||||||
if(IPs.size() != 2) {
|
if(IPs.size() != 2) {
|
||||||
qDebug("p2p file: line %d is malformed.", nbLine);
|
qDebug("p2p file: line %d is malformed.", nbLine);
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue