mirror of
https://github.com/fadden/nulib2.git
synced 2025-01-31 19:32:30 +00:00
Tracking minor tweak to feature test enum.
This commit is contained in:
parent
5f1eabc896
commit
717937b571
@ -1,3 +1,6 @@
|
||||
2002/10/09 fadden
|
||||
- added "-zz" flag to specify libbz2's "bzip2" compression
|
||||
|
||||
2002/10/08 fadden
|
||||
- added Binary II support
|
||||
|
||||
|
@ -266,7 +266,7 @@ DoHelp(const NulibState* pState)
|
||||
|
||||
printf("Compression algorithms supported by this copy of NufxLib:\n");
|
||||
printf(" Huffman SQueeze ...... %s\n",
|
||||
NuTestFeature(kNuFeatureCompressHuffmanSQ) == kNuErrNone? "yes" : "no");
|
||||
NuTestFeature(kNuFeatureCompressSQ) == kNuErrNone? "yes" : "no");
|
||||
printf(" LZW/1 and LZW/2 ...... %s\n",
|
||||
NuTestFeature(kNuFeatureCompressLZW) == kNuErrNone ? "yes" : "no");
|
||||
printf(" 12- and 16-bit LZC ... %s\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user