Changeset 58
- Timestamp:
- 1999-09-17 14:43:46 (9 years ago)
- Files:
-
- 1 modified
-
trunk/xapian-core/backends/da/da_database.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xapian-core/backends/da/da_database.cc
r57 r58 107 107 if(k == NULL) throw OmError(strerror(ENOMEM)); 108 108 k[0] = len + 1; 109 memcpy(k + 1, name.c_str(), len);109 name.copy((char*)(k + 1), len); 110 110 111 111 struct terminfo ti;
