Description:

User's sample code used "not" instead of "!" and Windows does
    not like that.  Fixed.
Platforms tested:
    Linux/32 2.6 (jam)
    Darwin (osx1010test)
This commit is contained in:
Binh-Minh Ribler 2016-10-24 09:56:01 -05:00
parent b3b7ae087e
commit 061b758c29

View File

@ -634,7 +634,7 @@ int TestHDFFV_9758()
// Create a packet table
FL_PacketTable ptable(fileID, "/examplePacketTable", compound_type, 1);
if (not ptable.IsValid())
if (!ptable.IsValid())
goto error;
// Add packets to the table