Changeset 6813 for trunk/ARBDB/adtools.cxx
- Timestamp:
- 09/09/10 20:23:50 (21 months ago)
- Files:
-
- 1 modified
-
trunk/ARBDB/adtools.cxx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ARBDB/adtools.cxx
r6659 r6813 9 9 // =============================================================== // 10 10 11 #include <arb_str.h> 11 12 #include <arbdbt.h> 12 13 … … 130 131 } 131 132 else { 132 if ( GBS_strscmp(insert->datapath, key+1) == 0) { // datapath matches133 if (ARB_strscmp(insert->datapath, key+1) == 0) { // datapath matches 133 134 to_insert = strdup(key+strlen(insert->datapath)); // cut off prefix 134 135 to_insert[0] = key[0]; // copy type
