forked from premiere/premiere-libtorrent
fix documentation issue
This commit is contained in:
parent
061732ddec
commit
3da7d1d3da
|
@ -118,12 +118,12 @@ namespace libtorrent
|
|||
checking_resume_data
|
||||
};
|
||||
|
||||
#ifndef TORRENT_NO_DEPRECATE
|
||||
// may be set to an error code describing why the torrent was paused, in
|
||||
// case it was paused by an error. If the torrent is not paused or if it's
|
||||
// paused but not because of an error, this error_code is not set.
|
||||
// if the error is attributed specifically to a file, error_file is set to
|
||||
// the index of that file in the .torrent file.
|
||||
#ifndef TORRENT_NO_DEPRECATE
|
||||
std::string error;
|
||||
#else
|
||||
// internal
|
||||
|
|
Loading…
Reference in New Issue