Changeset 6287 for branches/stable_5.0/NTREE/NT_edconf.cxx
- Timestamp:
- 01/12/09 11:10:13 (2 years ago)
- Files:
-
- 1 modified
-
branches/stable_5.0/NTREE/NT_edconf.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/stable_5.0/NTREE/NT_edconf.cxx
r5942 r6287 250 250 struct SAI_string_builder *sai_builder = (struct SAI_string_builder*)cd_sai_builder; 251 251 252 c har *sep = strchr(key,1);252 const char *sep = strchr(key,1); 253 253 if (!sep) return val; // what's wrong 254 254
