Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
e4087a9244 | |||
cede631c8d |
@ -1115,11 +1115,7 @@ getFieldAddress(const char* fieldname, StreamBuffer& address)
|
||||
}
|
||||
|
||||
static const unsigned char dbfMapping[] =
|
||||
#ifdef DBR_INT64
|
||||
{0, DBF_UINT64, DBF_INT64, DBF_ENUM, DBF_DOUBLE, DBF_STRING};
|
||||
#else
|
||||
{0, DBF_ULONG, DBF_LONG, DBF_ENUM, DBF_DOUBLE, DBF_STRING};
|
||||
#endif
|
||||
|
||||
bool Stream::
|
||||
formatValue(const StreamFormat& format, const void* fieldaddress)
|
||||
|
Reference in New Issue
Block a user