mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 01:28:00 -04:00
Use printable ASCII instead of octal representation.
MFC after: 2 weeks
This commit is contained in:
parent
54635f0c74
commit
64093e14eb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue