Skip to content

Commit

Permalink
--version uses printf()
Browse files Browse the repository at this point in the history
  • Loading branch information
andeplane committed May 5, 2017
1 parent 8e7ef4d commit 969ec1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ int main(int argc, char *argv[])
}

if(strcmp(argv[1], "--version")==0) {
qDebug() << "2.0";
printf("2.0");
exit(0);
}
}
Expand Down

0 comments on commit 969ec1e

Please sign in to comment.