libhsared: migrating from local to libshared

This commit is contained in:
Paul Beckingham 2016-12-06 07:20:45 -05:00
parent 0e56abd0f9
commit 8a43f4902d
88 changed files with 185 additions and 510 deletions

View file

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