Take into account wether vertical_results are in effect

This commit is contained in:
msvensson@pilot.blaudden 2007-04-10 17:09:35 +02:00
parent 73c6cde9d4
commit 9917d018a6

View file

@ -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])