Skip to content

Commit

Permalink
Compression.hs: fixed bug: lost definitions for -m#xb
Browse files Browse the repository at this point in the history
git-svn-id: https://freearc.svn.sourceforge.net/svnroot/freearc@178 3a4f7f31-9599-433d-91b1-573e8b61252c
  • Loading branch information
bulatz committed Mar 26, 2009
1 parent 3668155 commit 31cd236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compression.hs
Original file line number Diff line number Diff line change
Expand Up @@ -451,8 +451,8 @@ builtinMethodSubsts = [
, ""
, ";Synonyms"
, "bcj = exe"
, "#xb = #bx"
, "#xt = #tx"
, "#bx = #xb"
, "#tx = #xt"
, "x# = #x" -- ïðèíèìàåì îïöèè òèïà "-mx7" äëÿ ìèìèêðèè ïîä 7-zip
, ""
, ";Compression modes involving external PPMONSTR.EXE"
Expand Down

0 comments on commit 31cd236

Please sign in to comment.