Show
Ignore:
Timestamp:
08/09/10 14:52:57 (21 months ago)
Author:
westram
Message:
  • removed duplicate of ARB_strscmp (GBS_strscmp). No longer needed cause ARBDB is now C++
  • arb_str.h was lacking size_t
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/refactor/ARBDB/adtools.cxx

    r6659 r6808  
    99// =============================================================== // 
    1010 
     11#include <arb_str.h> 
    1112#include <arbdbt.h> 
    1213 
     
    130131    } 
    131132    else { 
    132         if (GBS_strscmp(insert->datapath, key+1) == 0) { // datapath matches 
     133        if (ARB_strscmp(insert->datapath, key+1) == 0) { // datapath matches 
    133134            to_insert    = strdup(key+strlen(insert->datapath)); // cut off prefix 
    134135            to_insert[0] = key[0]; // copy type