libDtSearch: Remove define ONE_DB which is always off for CDE
This commit is contained in:
@@ -84,9 +84,7 @@ DBN_DECL
|
||||
/* Copy record type from record */
|
||||
bytecpy(&rt, crloc, sizeof(INT));
|
||||
rt &= ~RLBMASK; /* mask off rlb */
|
||||
#ifndef ONE_DB
|
||||
rt += curr_db_table->rt_offset;
|
||||
#endif
|
||||
rec_ptr = &record_table[rt];
|
||||
|
||||
/* Check out each field before they are changed */
|
||||
|
||||
Reference in New Issue
Block a user