Changeset 348 for cpp/frams/_demos/serial_test.cpp
- Timestamp:
- 04/09/15 23:51:28 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified cpp/frams/_demos/serial_test.cpp ¶
r319 r348 60 60 { 61 61 printIndent(indent+3); 62 printf("key \"%s\"\n", (const char*)it->key);62 printf("key \"%s\"\n",it->key.c_str()); 63 63 print((ExtValue*)it->value,indent+6,&next_trace); 64 64 } … … 67 67 } 68 68 } 69 puts( (const char*)v->getString());69 puts(v->getString().c_str()); 70 70 } 71 71
Note: See TracChangeset
for help on using the changeset viewer.