Skip to content

Commit

Permalink
Process files in the order they are listed when generating a tags file
Browse files Browse the repository at this point in the history
  • Loading branch information
b4n committed Nov 12, 2018
1 parent fc6a9bb commit 939dab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tagmanager/tm_workspace.c
Expand Up @@ -516,7 +516,7 @@ static GList *lookup_includes(const gchar **includes, gint includes_count)

g_hash_table_destroy(table);

return includes_files;
return g_list_reverse(includes_files);
}

static gchar *pre_process_file(const gchar *cmd, const gchar *inf)
Expand Down

0 comments on commit 939dab0

Please sign in to comment.