Merge branch 'master' (1.8.3) into 1.9.0
Conflicts which were fixed: ChangeLog configure.ac doc/man/task-tutorial.5 doc/man/task.1 doc/man/taskrc.5 src/report.cpp
This commit is contained in:
@@ -771,7 +771,7 @@ void Table::sort (std::vector <int>& order)
|
||||
if (gap > 1)
|
||||
{
|
||||
gap = (int) ((float)gap / 1.3);
|
||||
if (gap == 10 or gap == 9)
|
||||
if (gap == 10 || gap == 9)
|
||||
gap = 11;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user