Skip to content

Commit

Permalink
Merge pull request #128 from pezmaster31/revert-121-jsoncpp-non-depre…
Browse files Browse the repository at this point in the history
…cated-function-name

Revert "Use the non-deprecated jsoncpp function name"
  • Loading branch information
pezmaster31 authored Jun 30, 2016
2 parents 98c6f3b + 69483b8 commit 6da5c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toolkit/bamtools_filter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ bool FilterTool::FilterToolPrivate::ParseScript(void) {
if ( !reader.parse(document, root) ) {
// use built-in error reporting mechanism to alert user what was wrong with the script
cerr << "bamtools filter ERROR: failed to parse script - see error message(s) below" << endl
<< reader.getFormattedErrorMessages();
<< reader.getFormatedErrorMessages();
return false;
}

Expand Down

0 comments on commit 6da5c39

Please sign in to comment.