mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
libhsared: migrating from local to libshared
This commit is contained in:
parent
0e56abd0f9
commit
8a43f4902d
88 changed files with 185 additions and 510 deletions
|
@ -32,7 +32,8 @@
|
|||
#include <Context.h>
|
||||
#include <ISO8601.h>
|
||||
#include <Task.h>
|
||||
#include <text.h>
|
||||
#include <shared.h>
|
||||
#include <format.h>
|
||||
#include <i18n.h>
|
||||
|
||||
extern Context context;
|
||||
|
@ -52,8 +53,7 @@ void sort_tasks (
|
|||
global_data = &data;
|
||||
|
||||
// Split the key defs.
|
||||
global_keys.clear ();
|
||||
split (global_keys, keys, ',');
|
||||
global_keys = split (keys, ',');
|
||||
|
||||
// Only sort if necessary.
|
||||
if (order.size ())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue