Merge branch 'dev' of github.com:facebook/zstd into dev

This commit is contained in:
Yann Collet
2017-02-15 12:00:50 -08:00
8 changed files with 30 additions and 39 deletions
+1 -1
View File
@@ -2512,7 +2512,7 @@ static size_t ZSTD_loadDictionaryContent(ZSTD_CCtx* zc, const void* src, size_t
return ERROR(GENERIC); /* strategy doesn't exist; impossible */
}
zc->nextToUpdate = zc->loadedDictEnd;
zc->nextToUpdate = (U32)(iend - zc->base);
return 0;
}