Commit da43360e authored by unknown's avatar unknown

Take into account wether vertical_results are in effect

parent 3120134a
......@@ -6180,7 +6180,7 @@ int main(int argc, char **argv)
}
/* Check for special property for this query */
display_result_vertically= (command->type == Q_QUERY_VERTICAL);
display_result_vertically|= (command->type == Q_QUERY_VERTICAL);
display_result_sorted= (command->type == Q_QUERY_SORTED);
if (save_file[0])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment