Tracking minor tweak to feature test enum.

This commit is contained in:
Andy McFadden 2002-10-10 00:50:55 +00:00
parent 5f1eabc896
commit 717937b571
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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",