Bug fix: can't mix octal with hex escapes?
This commit is contained in:
parent
3fbfe8406e
commit
c10679ba1c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ compression_method_aes="C\x00"
|
||||||
"\x07\x05KP"
|
"\x07\x05KP"
|
||||||
"\x05\x05KP"
|
"\x05\x05KP"
|
||||||
"\x05\x06KP"
|
"\x05\x06KP"
|
||||||
"PK\x06\x07\x00KP:\004"
|
"PK\x06\x07\x00KP:\x04"
|
||||||
" \004\000\000\000\000\302\262\000\000\000\303\256"
|
" \004\000\000\000\000\302\262\000\000\000\303\256"
|
||||||
"\302\267\302\240\302\240\302\240\302\240\302\240\302\240\302\240\000\000\000\000"
|
"\302\267\302\240\302\240\302\240\302\240\302\240\302\240\302\240\000\000\000\000"
|
||||||
"\342\226\221\000\000\000"
|
"\342\226\221\000\000\000"
|
||||||
|
|
Loading…
Add table
Reference in a new issue