mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Sorting
- Sorting implemented using a non-relocatable task list, a stable sort, and type-specific comparisons.
This commit is contained in:
parent
9268e552d8
commit
4584da8895
8 changed files with 176 additions and 174 deletions
|
@ -220,7 +220,7 @@ int longestWord (const std::string& input)
|
|||
{
|
||||
int longest = 0;
|
||||
int length = 0;
|
||||
std::string::size_type i;
|
||||
std::string::size_type i = 0;
|
||||
int character;
|
||||
|
||||
while (character = utf8_next_char (input, i))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue