fixed bug with 3 or more succesive rep codes

This commit is contained in:
inikep
2016-02-29 12:33:08 +01:00
parent f414647c6b
commit f647d99d61
3 changed files with 30 additions and 48 deletions
-2
View File
@@ -49,11 +49,9 @@
#if defined(ZSTD_OPT_DEBUG) && ZSTD_OPT_DEBUG>=9
#define ZSTD_LOG_PARSER(...) printf(__VA_ARGS__)
#define ZSTD_LOG_ENCODE(...) printf(__VA_ARGS__)
#define ZSTD_LOG_TRY_PRICE(...) printf(__VA_ARGS__)
#else
#define ZSTD_LOG_PARSER(...)
#define ZSTD_LOG_ENCODE(...) // printf(__VA_ARGS__)
#define ZSTD_LOG_TRY_PRICE(...)
#endif