From f58590ef4c0b9999b3f1e054ab4630e8168040e5 Mon Sep 17 00:00:00 2001 From: Gilbert Ramirez Date: Fri, 17 May 2002 05:00:50 +0000 Subject: DirectoryBase should be a uint32. svn path=/trunk/; revision=5495 --- ncp2222.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ncp2222.py') diff --git a/ncp2222.py b/ncp2222.py index d945866712..9c71fe0af4 100755 --- a/ncp2222.py +++ b/ncp2222.py @@ -24,7 +24,7 @@ http://developer.novell.com/ndk/doc/docui/index.htm#../ncp/ncp__enu/data/ for a badly-formatted HTML version of the same PDF. -$Id: ncp2222.py,v 1.20 2002/05/16 09:59:51 guy Exp $ +$Id: ncp2222.py,v 1.21 2002/05/17 05:00:50 gram Exp $ Copyright (c) 2000-2002 by Gilbert Ramirez @@ -1584,7 +1584,7 @@ DirHandleName = uint8("dir_handle_name", "Handle Name") DirHandleLong = uint32("dir_handle_long", "Directory Handle") DirectoryAccessRights = uint8("directory_access_rights", "Directory Access Rights") DirectoryAttributes = uint8("directory_attributes", "Directory Attributes") -DirectoryBase = uint16("dir_base", "Directory Base") +DirectoryBase = uint32("dir_base", "Directory Base") DirectoryBase.Display("BASE_HEX") DirectoryCount = uint16("dir_count", "Directory Count") DirectoryEntryNumber = uint32("directory_entry_number", "Directory Entry Number") -- cgit v1.2.3