Use printable ASCII instead of octal representation.

MFC after:	2 weeks
This commit is contained in:
Xin LI 2016-08-27 00:56:37 +00:00
parent 54635f0c74
commit 64093e14eb

View file

@ -88,7 +88,7 @@ enum filetype {
#include <bzlib.h>
#define BZ2_SUFFIX ".bz2"
#define BZIP2_MAGIC "\102\132\150"
#define BZIP2_MAGIC "BZh"
#endif
#ifndef NO_COMPRESS_SUPPORT