Twiddled some comments and upped the version to match NufxLib (v2.0.1).

This commit is contained in:
Andy McFadden 2003-10-16 22:25:26 +00:00
parent 49053fe654
commit cd1f9e78a1
5 changed files with 7 additions and 3 deletions

View File

@ -857,7 +857,7 @@ OpenArchiveReadOnly(NulibState* pState)
BailError(err); BailError(err);
/* /*
DBUG(("--- enabling 'mask threadless' mode\n")); DBUG(("--- enabling 'mask dataless' mode\n"));
err = NuSetValue(pArchive, kNuValueMaskDataless, true); err = NuSetValue(pArchive, kNuValueMaskDataless, true);
BailError(err); BailError(err);
*/ */

View File

@ -14,6 +14,8 @@
* (Technically, BNY isn't an archive format. It was a way to encapsulate * (Technically, BNY isn't an archive format. It was a way to encapsulate
* file attributes and file data for transmission over a modem, and was * file attributes and file data for transmission over a modem, and was
* meant to be added and stripped on the fly.) * meant to be added and stripped on the fly.)
*
* TO DO: add "junk skipping" like NufxLib has.
*/ */
#include "Nulib2.h" #include "Nulib2.h"

View File

@ -1,3 +1,5 @@
2003/10/16 ***** v2.0.1 shipped *****
2003/03/18 ***** v2.0.0 shipped ***** 2003/03/18 ***** v2.0.0 shipped *****
2003/02/18 fadden 2003/02/18 fadden

View File

@ -22,7 +22,7 @@
TARGETOS = BOTH TARGETOS = BOTH
!include <ntwin32.mak> !include <ntwin32.mak>
VERSION=200 VERSION=201
NUFXSRCDIR = ..\nufxlib-$(VERSION) NUFXSRCDIR = ..\nufxlib-$(VERSION)
# object files # object files

View File

@ -9,7 +9,7 @@
#include "Nulib2.h" #include "Nulib2.h"
static const char* gProgramVersion = "2.0.0"; static const char* gProgramVersion = "2.0.1";
/* /*