refactor: not ouput result on screen

This commit is contained in:
bookug 2017-05-25 16:00:39 +08:00
parent c1825bc6d9
commit 1c8821fe35
1 changed files with 2 additions and 1 deletions

View File

@ -184,7 +184,8 @@ int main() {
return 0;
}
FILE* output = stdout;
//FILE* output = stdout;
FILE* output = NULL; //not update result on the screen
ResultSet rs;
bool ret = current_database->query(sparql, rs, output);