Changeset 316 for cpp/frams/_demos
- Timestamp:
- 01/27/15 23:13:10 (10 years ago)
- Location:
- cpp/frams/_demos
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/_demos/loader_test_param.cpp
r311 r316 76 76 { 77 77 case MultiParamLoader::OnComment: 78 fprintf(stderr, "comment: %s\n", (const char*)loader.getComment());78 fprintf(stderr, "comment: '%s'\n", (const char*)loader.getComment()); 79 79 break; 80 80 -
cpp/frams/_demos/loader_test_param.in
r311 r316 1 #this is comment1 1 #this is comment1 2 2 # this is comment2 3 3 data:
Note: See TracChangeset
for help on using the changeset viewer.