Changeset 6285 for trunk/NTREE/NT_edconf.cxx
- Timestamp:
- 30/11/09 12:15:54 (2 years ago)
- Files:
-
- 1 modified
-
trunk/NTREE/NT_edconf.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/NTREE/NT_edconf.cxx
r6280 r6285 245 245 struct SAI_string_builder *sai_builder = (struct SAI_string_builder*)cd_sai_builder; 246 246 247 c har *sep = strchr(key,1);247 const char *sep = strchr(key,1); 248 248 if (!sep) return val; // what's wrong 249 249
