Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion IscDbc/Attachment.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ void Attachment::openDatabase(const char *dbName, Properties *properties)

if( ( check_status.getState() & IStatus::STATE_ERRORS ) == 0 )
{
for (auto p = result; p < result + sizeof (result) && *p != isc_info_end;)
for (auto p = result; p < result + sizeof (result) && *p != isc_info_end && *p != isc_info_truncated;)
{
char item = *p++;
int length = GDS->_vax_integer (p, 2);
Expand Down
2 changes: 1 addition & 1 deletion WriteBuildNo.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
// Note - there must be two tabs between BUILDNUM_VERSION and
// the actual number, otherwise the makefile for linux will not
// pick up the value.
#define BUILDNUM_VERSION15
#define BUILDNUM_VERSION16