minor documentation update
This commit is contained in:
parent
a67eb2f059
commit
e6eb31cfe1
|
@ -223,7 +223,7 @@ namespace libtorrent {
|
|||
//
|
||||
// case read_piece_alert::alert_type:
|
||||
// {
|
||||
// read_piece_alert* p = (read_piece_alert*)a;
|
||||
// auto* p = static_cast<read_piece_alert*>(a);
|
||||
// if (p->ec) {
|
||||
// // read_piece failed
|
||||
// break;
|
||||
|
|
Loading…
Reference in New Issue