Use printable ASCII instead of octal representation.

MFC after:	2 weeks
This commit is contained in:
delphij 2016-08-27 00:56:37 +00:00
parent 747e3bc229
commit ba172b8d94

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