fixing INDEX_DONE

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
This commit is contained in:
Maxence Lange 2019-03-01 10:29:31 -01:00
parent 4ac0375f89
commit 3bdc78e981
1 changed files with 2 additions and 3 deletions

View File

@ -59,9 +59,8 @@ interface IIndex {
const INDEX_PARTS = 16;
const INDEX_FULL = 28;
const INDEX_REMOVE = 32;
const INDEX_DONE = 32;
const INDEX_FAILED = 64;
const INDEX_DONE = 64;
const INDEX_FAILED = 128;
const ERROR_FAILED = 1;
const ERROR_FAILED2 = 2;