Comment 13 for bug 260748

Revision history for this message
eMTee (realprogger) wrote :

you mean

  enum {
   FLAG_ZDOWNLOAD = 1 << 1,
- FLAG_CALC_CRC32 = 1 << 2,
- FLAG_CRC32_OK = 1 << 3,
- FLAG_TREE_TRIED = 1 << 5,
- FLAG_TTH_CHECK = 1 << 6,
- FLAG_XML_BZ_LIST = 1 << 7
+ FLAG_TREE_TRIED = 1 << 2,
+ FLAG_TTH_CHECK = 1 << 3,
+ FLAG_XML_BZ_LIST = 1 << 4
  };

?