diff options
| author | Louis Burda <quent.burda@gmail.com> | 2022-01-27 03:29:44 +0100 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2022-01-27 03:29:44 +0100 |
| commit | b073d4b0c2c1d4dce36adcc285ad5dfaf2f7599d (patch) | |
| tree | 253551dcba2f3798f9d6c4b6f8a9a820381eb31a /src/tag.c | |
| parent | e456776063b61d339205c84bf884d0eeb761e57b (diff) | |
| download | tmus-b073d4b0c2c1d4dce36adcc285ad5dfaf2f7599d.tar.gz tmus-b073d4b0c2c1d4dce36adcc285ad5dfaf2f7599d.zip | |
New list interface for fast tail access
Diffstat (limited to 'src/tag.c')
| -rw-r--r-- | src/tag.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ tag_init(const char *path, const char *fname) tag->link = LINK_EMPTY; - tag->tracks = LIST_HEAD; + list_init(&tag->tracks); return tag; } |
