Show
Ignore:
Timestamp:
01/12/09 11:10:13 (2 years ago)
Author:
westram
Message:
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/stable_5.0/NTREE/NT_edconf.cxx

    r5942 r6287  
    250250    struct SAI_string_builder *sai_builder = (struct SAI_string_builder*)cd_sai_builder; 
    251251 
    252     char *sep = strchr(key,1); 
     252    const char *sep = strchr(key,1); 
    253253    if (!sep) return val;                           // what's wrong 
    254254