diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2012-01-23 20:33:17 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2012-01-23 20:33:17 +0100 |
commit | cdbae7738c35268fd9a208be0618c4ea11475935 (patch) | |
tree | 60acd18fcf988d5bfa31559520816aa0735b6e6c /src/instrumentparser.cc | |
parent | f58c2e7aee2e392bdeea68abea960db0178b0a98 (diff) |
New config interface (xml). Instruments now contains pointers (fix memleak).
Diffstat (limited to 'src/instrumentparser.cc')
-rw-r--r-- | src/instrumentparser.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/instrumentparser.cc b/src/instrumentparser.cc index 5198959..fdeb934 100644 --- a/src/instrumentparser.cc +++ b/src/instrumentparser.cc @@ -35,7 +35,7 @@ InstrumentParser::InstrumentParser(const std::string &file, Instrument &i) : instrument(i) { s = NULL; - printf("Parsing instrument in %s\n", file.c_str()); + // printf("Parsing instrument in %s\n", file.c_str()); path = getPath(file); fd = fopen(file.c_str(), "r"); if(!fd) return; |