refactor: not ouput result on screen
This commit is contained in:
parent
c1825bc6d9
commit
1c8821fe35
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue