Unify naming of "order by" clause in structs/table

This commit is contained in:
chme
2018-04-15 08:03:42 +02:00
committed by ejurgensen
parent 47a79d40f1
commit f167e975c2
8 changed files with 31 additions and 31 deletions

View File

@@ -86,8 +86,8 @@ scan_smartpl(const char *file, time_t mtime, int dir_id)
free(pli->query);
pli->query = strdup(smartpl.query_where);
free(pli->query_orderby);
pli->query_orderby = safe_strdup(smartpl.order_by);
free(pli->query_order);
pli->query_order = safe_strdup(smartpl.order);
pli->query_limit = smartpl.limit;