frostalf / libtorrent

Automatically exported from code.google.com/p/libtorrent
0 stars 0 forks source link

no action flags defined for action file_priority in disk_io_thread rev. 9746 #587

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Because there are no action flags defined for file_priority; asserts like
TORRENT_ASSERT(j.action >= 0 && j.action < int(sizeof(action_flags)))
will be triggerred if TORRENT_NO_DEPRECATE is defined.

Original issue reported on code.google.com by webmas...@massaroddel.de on 1 Mar 2014 at 7:19

GoogleCodeExporter commented 9 years ago
thanks. fixed in [9748].

Original comment by arvid.no...@gmail.com on 1 Mar 2014 at 9:06